diff options
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index f35d07186..51acef91e 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -84,6 +84,9 @@ public: void clearHandlers(); State currentState; +signals: + void mouseMoved(int time, int depth); + public slots: // Necessary to call from QAction's signals. void settingsChanged(); |