diff options
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 78d8f91..5014711 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -60,6 +60,8 @@ namespace Swift { void flash(); QByteArray getSplitterState(); + void setJID(const JID& jid) {} + public slots: void handleChangeSplitterState(QByteArray state); void handleFontResized(int fontSizeSteps); |