X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorheader.h;h=e655226597c3c12c0b01f5016ddf42445021f837;hp=d3124be95baa53eeba4bb9be0951f7142f00c012;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hpb=2a21747e9daac2a45cd9a5ceb9a351f9775c5704 diff --git a/pv/view/cursorheader.h b/pv/view/cursorheader.h index d3124be..e655226 100644 --- a/pv/view/cursorheader.h +++ b/pv/view/cursorheader.h @@ -61,10 +61,10 @@ private: int calculateTextHeight(); - std::weak_ptr _grabbed_marker; - QPoint _mouse_down_point; - bool _dragging; - const int _textHeight; + std::weak_ptr grabbed_marker_; + QPoint mouse_down_point_; + bool dragging_; + const int textHeight_; }; } // namespace view