X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=a0b0693f608d59ed3577d0d673bb9ae8d0507110;hb=3cc9ad7b867853315473df611612c562d562ed8a;hp=0ebe333f5f4836484ebf547f364e735445e50338;hpb=2b81ae4682ade4109ffa442794de36ceb32045eb;p=pulseview.git diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 0ebe333..a0b0693 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -43,10 +43,8 @@ namespace pv { class Session; -namespace prop { namespace binding { -class DeviceOptions; -} +class Device; } namespace view { @@ -87,7 +85,7 @@ private: bool updating_channels_; - std::vector< std::shared_ptr > + std::vector< std::shared_ptr > group_bindings_; std::map< QCheckBox*, std::shared_ptr > check_box_signal_map_;