]> sigrok.org Git - pulseview.git/blobdiff - pv/view/marginwidget.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / view / marginwidget.h
index 239692ca26b81bbc9880f891846ebad9305c0a0f..7811d80aa6d85f46829542b3d3f7c299e2cd2d89 100644 (file)
@@ -35,6 +35,14 @@ class MarginWidget : public QWidget
 public:
        MarginWidget(pv::view::View &parent);
 
+public Q_SLOTS:
+       virtual void clear_selection();
+
+Q_SIGNALS:
+       void selection_changed();
+
+       void geometry_updated();
+
 protected:
        pv::view::View &_view;
 };