X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.h;h=83ad7ee0fbd082ebb533fe7dafa280b6944d6a04;hp=2fdb23c0b3b0bbd16da05162ce95dfb3a1ddac96;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/widgets/popup.h b/pv/widgets/popup.h index 2fdb23c..83ad7ee 100644 --- a/pv/widgets/popup.h +++ b/pv/widgets/popup.h @@ -87,8 +87,8 @@ Q_SIGNALS: void closed(); private: - QPoint _point; - Position _pos; + QPoint point_; + Position pos_; }; } // namespace widgets