summaryrefslogtreecommitdiffstats
path: root/profile-widget/diveeventitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget/diveeventitem.cpp')
-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()