summaryrefslogtreecommitdiffstats
path: root/profile-widget/diveeventitem.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-22 09:00:35 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-07-22 09:00:35 +0900
commitaa404b3469a2ca74665107a03e8560163b9e7c75 (patch)
treed29b66acf3ce47e1741c801793576929c430b7c5 /profile-widget/diveeventitem.cpp
parenta0aaadd50ba63ee4b15838564e6d919d41a3af40 (diff)
downloadsubsurface-aa404b3469a2ca74665107a03e8560163b9e7c75.tar.gz
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>
Diffstat (limited to 'profile-widget/diveeventitem.cpp')
-rw-r--r--profile-widget/diveeventitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp
index de3c8fb31..c90857417 100644
--- a/profile-widget/diveeventitem.cpp
+++ b/profile-widget/diveeventitem.cpp
@@ -105,6 +105,7 @@ void DiveEventItem::setupPixmap()
setPixmap(EVENT_PIXMAP(":warning"));
}
#undef EVENT_PIXMAP
+#undef EVENT_PIXMAP_BIGGER
}
void DiveEventItem::setupToolTipString()