X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.h;h=0bc6d0ff819642a72a10042a1ed9ee920ac636bc;hp=e7c867acbad82ed0b49f4ea81d29ac0b4e71d35a;hb=092e2a0a3247f55a8f90680e1da694e744a2eee8;hpb=37fd11b167b2c258610b629bc4e17fc158b13a48 diff --git a/pv/widgets/popup.h b/pv/widgets/popup.h index e7c867ac..0bc6d0ff 100644 --- a/pv/widgets/popup.h +++ b/pv/widgets/popup.h @@ -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;