diff options
Diffstat (limited to 'Swift/QtUI/MUCSearch/QtMUCSearchWindow.h')
| -rw-r--r-- | Swift/QtUI/MUCSearch/QtMUCSearchWindow.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h index 7b556b0..c0a8e72 100644 --- a/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h +++ b/Swift/QtUI/MUCSearch/QtMUCSearchWindow.h @@ -32,8 +32,10 @@ namespace Swift {  			void handleSelected(const QModelIndex& current);  			void handleActivated(const QModelIndex& index);  		private: +			void createAutoJoin(const JID& room, boost::optional<String> passedNick);  			MUCSearchModel* model_;  			MUCSearchDelegate* delegate_;  			UIEventStream* eventStream_; +			String lastSetNick_;  	};  }  | 
 Swift