summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2010-05-13 12:36:48 (GMT)
committerKevin Smith <git@kismith.co.uk>2010-05-13 12:36:48 (GMT)
commit4a192bc9f70d20ac0a509dff1994d3aad812cb2d (patch)
tree99973369d23cc9768e3270d6970de36d5577dc6a /Swift/QtUI/QtMainWindow.h
parent705bd7256fa4812045677743fc1e939ccfd66d05 (diff)
downloadswift-4a192bc9f70d20ac0a509dff1994d3aad812cb2d.zip
swift-4a192bc9f70d20ac0a509dff1994d3aad812cb2d.tar.bz2
Remove the old Join MUC dialog
Diffstat (limited to 'Swift/QtUI/QtMainWindow.h')
-rw-r--r--Swift/QtUI/QtMainWindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Swift/QtUI/QtMainWindow.h b/Swift/QtUI/QtMainWindow.h
index 3c20d66..b61a84d 100644
--- a/Swift/QtUI/QtMainWindow.h
+++ b/Swift/QtUI/QtMainWindow.h
@@ -50,15 +50,11 @@ namespace Swift {
void handleShowOfflineToggled(bool);
void handleJoinMUCAction();
void handleSignOutAction();
- void handleJoinMUCDialogComplete(const JID& muc, const QString& nick);
void handleAddContactDialogComplete(const JID& contact, const QString& name);
void handleAddActionTriggered(bool checked);
void handleEventCountUpdated(int count);
private:
std::vector<QMenu*> menus_;
- QLineEdit* muc_;
- QLineEdit* mucNick_;
- QPushButton* mucButton_;
QtTreeWidget* treeWidget_;
QtRosterHeader* meView_;
QAction* addAction_;