diff options
Diffstat (limited to 'Swift/QtUI/ContextMenus/QtRosterContextMenu.h')
| -rw-r--r-- | Swift/QtUI/ContextMenus/QtRosterContextMenu.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h index 44f3314..f2c7e1f 100644 --- a/Swift/QtUI/ContextMenus/QtRosterContextMenu.h +++ b/Swift/QtUI/ContextMenus/QtRosterContextMenu.h @@ -9,6 +9,7 @@  #include <QObject>  #include "Swift/QtUI/ContextMenus/QtContextMenu.h" +#include "Swift/QtUI/Roster/QtTreeWidget.h"  #include "Swift/Controllers/UIEvents/UIEventStream.h"  namespace Swift { @@ -16,15 +17,17 @@ namespace Swift {  	class QtRosterContextMenu : public QObject, public QtContextMenu {  		Q_OBJECT  		public: -			QtRosterContextMenu(UIEventStream* eventStream); +			QtRosterContextMenu(UIEventStream* eventStream, QtTreeWidget* treeWidget);  			void show(RosterItem* item);  		private slots:  			void handleRemoveContact();  			void handleRenameContact(); +			void handleRegroupContact();  		private:  			RosterItem* item_;  			UIEventStream* eventStream_; +			QtTreeWidget* treeWidget_;  	};  } | 
 Swift
 Swift