diff options
author | Andrei Karas <akaras@inbox.ru> | 2009-10-31 15:42:28 +0200 |
---|---|---|
committer | Blue <bluesansdouze@gmail.com> | 2010-01-07 23:12:10 +0100 |
commit | be5460f2a294bb8e50b40f498f29a556b31bedd7 (patch) | |
tree | 5256167e0b8487fdb2c49090986cc883614fb9b1 /src/gui/widgets/whispertab.cpp | |
parent | 84da747711ed1713984ca514a8bb786219a85d9b (diff) | |
download | mana-client-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.gz mana-client-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.bz2 mana-client-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.xz mana-client-be5460f2a294bb8e50b40f498f29a556b31bedd7.zip |
Chat auto completing
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r-- | src/gui/widgets/whispertab.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp index 5509a589..537aa2cc 100644 --- a/src/gui/widgets/whispertab.cpp +++ b/src/gui/widgets/whispertab.cpp @@ -113,3 +113,8 @@ bool WhisperTab::handleCommand(const std::string &type, return true; } + +int WhisperTab::getType() const +{ + return ChatTab::WHISPER; +} |