diff options
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp index e3ba4874..443fab3d 100644 --- a/src/gui/widgets/chattab.cpp +++ b/src/gui/widgets/chattab.cpp @@ -270,3 +270,8 @@ void ChatTab::handleCommand(const std::string &msg) { commandHandler->handleCommand(msg, this); } + +int ChatTab::getType() const +{ + return INPUT; +} |