diff options
author | Tomaz Canabrava <tomaz.canabrava@gmail.com> | 2016-03-08 02:22:34 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-08 20:58:02 -0800 |
commit | dc6299185b8ec44f6436ea54ea060810260a0a67 (patch) | |
tree | 4a0811a49c8522b8d45a9835f731d45a8adae068 /profile-widget/diveeventitem.cpp | |
parent | 07606160cbe9a9f0b3d6097e229cc992a2df2f3c (diff) | |
download | subsurface-dc6299185b8ec44f6436ea54ea060810260a0a67.tar.gz |
Silence warnings in DiveEventItem
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget/diveeventitem.cpp')
-rw-r--r-- | profile-widget/diveeventitem.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp index 1986015f7..b2e3db8c9 100644 --- a/profile-widget/diveeventitem.cpp +++ b/profile-widget/diveeventitem.cpp @@ -134,6 +134,9 @@ void DiveEventItem::setupToolTipString() void DiveEventItem::eventVisibilityChanged(const QString &eventName, bool visible) { + //WARN: lookslike we should implement this. + Q_UNUSED(eventName); + Q_UNUSED(visible); } bool DiveEventItem::shouldBeHidden() |