summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2011-01-30 22:40:16 (GMT)
committerKevin Smith <git@kismith.co.uk>2011-01-30 22:40:16 (GMT)
commit34029b7c0d076f96cd35c9a87ae6303f14d4ff14 (patch)
tree6d9476018ee124defc5dd727adbf017bd8108749 /Swift/QtUI/QtMainWindow.h
parent6c6d21d6fdec74ae97ea653aaad799524a13447d (diff)
downloadswift-contrib-34029b7c0d076f96cd35c9a87ae6303f14d4ff14.zip
swift-contrib-34029b7c0d076f96cd35c9a87ae6303f14d4ff14.tar.bz2
Clickable roster header for profile edits (incomplete)
Diffstat (limited to 'Swift/QtUI/QtMainWindow.h')
-rw-r--r--Swift/QtUI/QtMainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtMainWindow.h b/Swift/QtUI/QtMainWindow.h
index 938feff..67b89d8 100644
--- a/Swift/QtUI/QtMainWindow.h
+++ b/Swift/QtUI/QtMainWindow.h
@@ -58,6 +58,7 @@ namespace Swift {
void handleAddUserActionTriggered(bool checked);
void handleChatUserActionTriggered(bool checked);
void handleEventCountUpdated(int count);
+ void handleEditProfileRequest();
private:
std::vector<QMenu*> menus_;