summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2009-10-31 15:42:28 +0200
committerBlue <bluesansdouze@gmail.com>2010-01-07 23:12:10 +0100
commitbe5460f2a294bb8e50b40f498f29a556b31bedd7 (patch)
tree5256167e0b8487fdb2c49090986cc883614fb9b1 /src/gui/widgets/whispertab.cpp
parent84da747711ed1713984ca514a8bb786219a85d9b (diff)
downloadMana-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.gz
Mana-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.bz2
Mana-be5460f2a294bb8e50b40f498f29a556b31bedd7.tar.xz
Mana-be5460f2a294bb8e50b40f498f29a556b31bedd7.zip
Chat auto completing
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r--src/gui/widgets/whispertab.cpp5
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;
+}