summaryrefslogtreecommitdiff
path: root/navit/graphics/qt5/event_qt5.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/graphics/qt5/event_qt5.h')
-rw-r--r--navit/graphics/qt5/event_qt5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/navit/graphics/qt5/event_qt5.h b/navit/graphics/qt5/event_qt5.h
index 59f168a9c..892e8fca8 100644
--- a/navit/graphics/qt5/event_qt5.h
+++ b/navit/graphics/qt5/event_qt5.h
@@ -29,6 +29,9 @@ public:
GHashTable* timer_callback;
GHashTable* watches;
+public slots:
+ void watchEvent(int id);
+
protected:
void timerEvent(QTimerEvent* event);
};