]> sigrok.org Git - pulseview.git/blobdiff - pv/toolbars/mainbar.hpp
MainWindow: Added initial import menu with no options
[pulseview.git] / pv / toolbars / mainbar.hpp
index 27c947007584c10675161a2814210b3f1a4bdaf5..8e299dc9f8a121436c77891ad9fbb0ce7ac9c656 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef PULSEVIEW_PV_TOOLBARS_MAINBAR_H
-#define PULSEVIEW_PV_TOOLBARS_MAINBAR_H
+#ifndef PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP
+#define PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP
 
 #include <stdint.h>
 
@@ -38,7 +38,8 @@
 #include <pv/widgets/sweeptimingwidget.hpp>
 
 namespace sigrok {
-       class Device;
+class Device;
+class InputFormat;
 }
 
 Q_DECLARE_METATYPE(std::shared_ptr<sigrok::Device>)
@@ -68,9 +69,6 @@ public:
 
        void set_capture_state(pv::Session::capture_state state);
 
-Q_SIGNALS:
-       void run_stop();
-
 private:
        void update_sample_rate_selector();
        void update_sample_rate_selector_value();
@@ -119,4 +117,4 @@ private:
 } // namespace toolbars
 } // namespace pv
 
-#endif // PULSEVIEW_PV_TOOLBARS_MAINBAR_H
+#endif // PULSEVIEW_PV_TOOLBARS_MAINBAR_HPP