diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-21 12:18:05 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-22 07:30:20 +0900 |
commit | 2a48170fd3103771bae855bde71198febc0ad789 (patch) | |
tree | 4bc94b7d589f50544e97c91399ed4a8d5095b827 /qt-ui/profile/ruleritem.h | |
parent | ef4705070ff67322386041529b7f10eaf09f6cdf (diff) | |
download | subsurface-2a48170fd3103771bae855bde71198febc0ad789.tar.gz |
Code Cleanup: Move the Hide/Show ruler to an internal method
By moving the Hide/Show of the ruler to an internal method, we gain a bit
of codecleanuperism by removing a lot of unnecessary calls to their dest
and source drag-handlers.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/ruleritem.h')
-rw-r--r-- | qt-ui/profile/ruleritem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/ruleritem.h b/qt-ui/profile/ruleritem.h index 7bfc63eee..d00e345dd 100644 --- a/qt-ui/profile/ruleritem.h +++ b/qt-ui/profile/ruleritem.h @@ -40,7 +40,7 @@ public: RulerNodeItem2 *sourceNode() const; RulerNodeItem2 *destNode() const; void setAxis(DiveCartesianAxis *time, DiveCartesianAxis *depth); - + void setVisible(bool visible); private: struct plot_info pInfo; QPointF startPoint, endPoint; |