diff options
| author | Kevin Smith <git@kismith.co.uk> | 2012-05-31 17:27:48 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2012-05-31 17:30:34 (GMT) |
| commit | 6aeb44a905b0c1955ea3afe4ea2025370544e699 (patch) | |
| tree | f5d99af0cd87d628263643dc2aa98353d3d3b78d /Swift/QtUI/QtChatWindow.h | |
| parent | 59f1bfcf315a77834ddbce20cc05892d211ab55c (diff) | |
| download | swift-contrib-6aeb44a905b0c1955ea3afe4ea2025370544e699.zip swift-contrib-6aeb44a905b0c1955ea3afe4ea2025370544e699.tar.bz2 | |
Very poor prototype of a MUC invite dialog
Diffstat (limited to 'Swift/QtUI/QtChatWindow.h')
| -rw-r--r-- | Swift/QtUI/QtChatWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 4b888eb..ff26c9c 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -91,6 +91,8 @@ namespace Swift { void setAffiliations(MUCOccupant::Affiliation, const std::vector<JID>&); void setAvailableRoomActions(const std::vector<RoomAction> &actions); + InviteToChatWindow* createInviteToChatWindow(); + static QString buildChatWindowButton(const QString& name, const QString& id, const QString& arg1 = QString(), const QString& arg2 = QString(), const QString& arg3 = QString()); public slots: |
Swift