summaryrefslogtreecommitdiffstats
path: root/profile-widget
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2016-03-08 02:22:34 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-08 20:58:02 -0800
commitdc6299185b8ec44f6436ea54ea060810260a0a67 (patch)
tree4a0811a49c8522b8d45a9835f731d45a8adae068 /profile-widget
parent07606160cbe9a9f0b3d6097e229cc992a2df2f3c (diff)
downloadsubsurface-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')
-rw-r--r--profile-widget/diveeventitem.cpp3
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()