]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/popup.h
icons: Renamed probe.svg to channels.svg
[pulseview.git] / pv / widgets / popup.h
index e7c867acbad82ed0b49f4ea81d29ac0b4e71d35a..ec123048074ec9074d18b436e3667d9347de9ac3 100644 (file)
@@ -53,6 +53,8 @@ public:
        void set_position(const QPoint point, Position pos);
 
 private:
+       bool space_for_arrow() const;
+
        QPolygon arrow_polygon() const;
 
        QRegion arrow_region() const;
@@ -77,7 +79,7 @@ private:
 protected:
        void showEvent(QShowEvent *e);
 
-signals:
+Q_SIGNALS:
        void closed();
 
 private: