summaryrefslogtreecommitdiff
path: root/platform/qt/app/mapwindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/qt/app/mapwindow.hpp')
-rw-r--r--platform/qt/app/mapwindow.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/qt/app/mapwindow.hpp b/platform/qt/app/mapwindow.hpp
index 23880902d3..6b4b7fd1cc 100644
--- a/platform/qt/app/mapwindow.hpp
+++ b/platform/qt/app/mapwindow.hpp
@@ -61,6 +61,11 @@ private:
unsigned m_animationTicks = 0;
unsigned m_frameDraws = 0;
+ QVariant m_symbolAnnotationId;
+ QVariant m_lineAnnotationId;
+ QVariant m_fillAnnotationId;
+ QVariant m_styleSourcedAnnotationId;
+
bool m_sourceAdded = false;
};