X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=49a95bb7ce05069f1c209ca74ae69fcc61c93ef8;hp=541430ab794c615be82084d03d4054db9426c772;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/view/header.h b/pv/view/header.h index 541430ab..49a95bb7 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -88,10 +88,10 @@ Q_SIGNALS: void signals_moved(); private: - QPoint _mouse_point; - QPoint _mouse_down_point; - std::shared_ptr _mouse_down_item; - bool _dragging; + QPoint mouse_point_; + QPoint mouse_down_point_; + std::shared_ptr mouse_down_item_; + bool dragging_; }; } // namespace view