diff options
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 4e10053..1269165 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -36,2 +36,3 @@ class QSplitter; class QPushButton; +class QTimer; @@ -198,2 +199,3 @@ namespace Swift { void removeChatSecurityMarking(); + void handleFocusTimerTick(); @@ -248,2 +250,3 @@ namespace Swift { QLabel* securityMarkingDisplay_ = nullptr; + std::unique_ptr<QTimer> focusTimer_; }; |