diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-12 16:21:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-12 16:21:11 +0300 |
commit | 2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9 (patch) | |
tree | 95eabbcc64c3420f3b40110ee84e21bebf9bd557 /src/gui/widgets/tabs/chat/whispertab.h | |
parent | 1d689e6492993a66935c7b36ff9827f6c170e166 (diff) | |
download | plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.gz plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.bz2 plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.tar.xz plus-2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9.zip |
Add log file name into chattab.
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/whispertab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h index 4fa85c0be..4e9f091df 100644 --- a/src/gui/widgets/tabs/chat/whispertab.h +++ b/src/gui/widgets/tabs/chat/whispertab.h @@ -40,8 +40,6 @@ class WhisperTab final : public ChatTab bool handleCommand(const std::string &restrict type, const std::string &restrict args) override final; - void saveToLogFile(const std::string &msg) const override final; - void setWhisperTabColors(); void setWhisperTabOfflineColors(); |