X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.cpp;h=13282cda25e458b6b624de563f09e1fc6668a6b5;hb=bcaf033478ecf9a482f53b3dc973b7d2b9c4c52b;hp=6d211c9887e2d3c4d20b794d97ec91ec53bd0da6;hpb=c063290ac7189bdd15221450f598504f43286b43;p=pulseview.git diff --git a/pv/widgets/popup.cpp b/pv/widgets/popup.cpp index 6d211c98..13282cda 100644 --- a/pv/widgets/popup.cpp +++ b/pv/widgets/popup.cpp @@ -20,10 +20,10 @@ #include #include -#include #include #include #include +#include #include "popup.hpp" @@ -140,7 +140,7 @@ QPolygon Popup::arrow_polygon() const QPolygon poly; const QPoint p = mapFromGlobal(point_); - const int l = ArrowLength + ArrowOverlap; + const int l = ArrowLength + ArrowOverlap; switch (pos_) { case Right: