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:
parent
07606160cb
commit
dc6299185b
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user