summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-27 07:32:02 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-27 07:32:02 -0600
commit9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51 (patch)
tree8928f298da71ff16f9177aa7227b9dcc97ae9d01 /src/gui/widgets/chattab.h
parent268e47c0d3791483f3d0066e24c6686c3c938da9 (diff)
downloadMana-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.gz
Mana-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.bz2
Mana-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.tar.xz
Mana-9d68ee18a9d1f37cbdf4b984d6db72f7fc59cf51.zip
Add a close command to WhisperTab
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r--src/gui/widgets/chattab.h2
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;