mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
Undefine both macros
There really is not need to do this, but at least do it symmetrically. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a0aaadd50b
commit
aa404b3469
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ void DiveEventItem::setupPixmap()
|
||||||
setPixmap(EVENT_PIXMAP(":warning"));
|
setPixmap(EVENT_PIXMAP(":warning"));
|
||||||
}
|
}
|
||||||
#undef EVENT_PIXMAP
|
#undef EVENT_PIXMAP
|
||||||
|
#undef EVENT_PIXMAP_BIGGER
|
||||||
}
|
}
|
||||||
|
|
||||||
void DiveEventItem::setupToolTipString()
|
void DiveEventItem::setupToolTipString()
|
||||||
|
|
Loading…
Add table
Reference in a new issue