diff options
Diffstat (limited to 'src/gui/widgets/whispertab.h')
-rw-r--r-- | src/gui/widgets/whispertab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/whispertab.h b/src/gui/widgets/whispertab.h index e3ebf0f3..6f9db1ee 100644 --- a/src/gui/widgets/whispertab.h +++ b/src/gui/widgets/whispertab.h @@ -48,6 +48,8 @@ class WhisperTab : public ChatTab void sendChat(std::string &msg); + void handleCommand(std::string msg); + private: std::string mNick; }; |