diff options
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index a478abeb..14c4c130 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -108,6 +108,8 @@ class ChatTab : public Tab virtual void sendChat(std::string &msg); + virtual void handleCommand(std::string msg); + ScrollArea *mScrollArea; BrowserBox *mTextOutput; //Recorder *mRecorder; |