Silence warnings in DiveEventItem

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-08 02:22:34 -03:00 committed by Dirk Hohndel
parent 07606160cb
commit dc6299185b

View file

@ -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()