summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/whispertab.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-19 11:59:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-19 11:59:14 +0300
commitb5c7e137032d78a70c737cb390c6d729f95c72a2 (patch)
tree2ce73a70f6f5a032f688728ed2b14af6164a096d /src/gui/widgets/tabs/chat/whispertab.h
parent0c863b2e2cc7f5be6baa918c8fffb0ee44c02cc7 (diff)
downloadplus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.gz
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.bz2
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.tar.xz
plus-b5c7e137032d78a70c737cb390c6d729f95c72a2.zip
Fix virtual overload function handleCommand.
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.h')
-rw-r--r--src/gui/widgets/tabs/chat/whispertab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h
index 2dc956389..514b1badb 100644
--- a/src/gui/widgets/tabs/chat/whispertab.h
+++ b/src/gui/widgets/tabs/chat/whispertab.h
@@ -64,7 +64,7 @@ class WhisperTab final : public ChatTab
void handleInput(const std::string &msg) override final;
- void handleCommand(const std::string &msg) override final;
+ void handleCommandStr(const std::string &msg) override final;
private:
std::string mNick;