diff options
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
| -rw-r--r-- | Swift/QtUI/QtChatWindow.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 06c6064..19046c9 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -149,7 +149,6 @@ namespace Swift {  			void fontResized(int);  		protected slots: -			void qAppFocusChanged(QWidget* old, QWidget* now);  			void closeEvent(QCloseEvent* event);  			void resizeEvent(QResizeEvent* event);  			void moveEvent(QMoveEvent* event); @@ -173,6 +172,8 @@ namespace Swift {  			void handleCurrentLabelChanged(int);  			void handleEmoticonsButtonClicked();  			void handleEmoticonClicked(QString emoticonAsText); +			void handleTextInputReceivedFocus(); +			void handleTextInputLostFocus();  		private:  			void updateTitleWithUnreadCount();  | 
 Swift