diff options
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/QtChatWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtChatWindow.h b/Swift/QtUI/QtChatWindow.h index 5014711..feed75e 100644 --- a/Swift/QtUI/QtChatWindow.h +++ b/Swift/QtUI/QtChatWindow.h @@ -60,7 +60,7 @@ namespace Swift { void flash(); QByteArray getSplitterState(); - void setJID(const JID& jid) {} + void setJID(const JID& ) {} public slots: void handleChangeSplitterState(QByteArray state); |