mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:03:23 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue