diff options
Diffstat (limited to 'Swift/QtUI/QtAddBookmarkWindow.h')
| -rw-r--r-- | Swift/QtUI/QtAddBookmarkWindow.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/QtAddBookmarkWindow.h b/Swift/QtUI/QtAddBookmarkWindow.h index f026cc3..c0dc214 100644 --- a/Swift/QtUI/QtAddBookmarkWindow.h +++ b/Swift/QtUI/QtAddBookmarkWindow.h @@ -1,5 +1,5 @@  /* - * Copyright (c) 2010 Kevin Smith + * Copyright (c) 2010-2014 Kevin Smith   * Licensed under the GNU General Public License v3.   * See Documentation/Licenses/GPLv3.txt for more information.   */ @@ -16,6 +16,7 @@ namespace Swift {  		Q_OBJECT  		public:  			QtAddBookmarkWindow(UIEventStream* eventStream); +			QtAddBookmarkWindow(UIEventStream* eventStream, const MUCBookmark& bookmark);  			bool commit();  		private:  			UIEventStream* eventStream_;  | 
 Swift