X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=6ba86469f04ff64b44e22f8aa427736f7101d6e8;hp=0ebe333f5f4836484ebf547f364e735445e50338;hb=7a01bd3654ed046216308fa64edfd79be7cd525f;hpb=2b81ae4682ade4109ffa442794de36ceb32045eb diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 0ebe333..6ba8646 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_POPUPS_CHANNELS_H -#define PULSEVIEW_PV_POPUPS_CHANNELS_H +#ifndef PULSEVIEW_PV_POPUPS_CHANNELS_HPP +#define PULSEVIEW_PV_POPUPS_CHANNELS_HPP #include #include @@ -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_; @@ -102,4 +100,4 @@ private: } // popups } // pv -#endif // PULSEVIEW_PV_POPUPS_CHANNELS_H +#endif // PULSEVIEW_PV_POPUPS_CHANNELS_HPP