From 2e8e53fb5e3f2ba7d0d4f55b0c6705d12ec8efa9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 Oct 2014 16:21:11 +0300 Subject: Add log file name into chattab. --- src/gui/widgets/tabs/chat/chattab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs/chat/chattab.h') diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h index aa4162ce3..41a02030e 100644 --- a/src/gui/widgets/tabs/chat/chattab.h +++ b/src/gui/widgets/tabs/chat/chattab.h @@ -59,6 +59,7 @@ class ChatTab notfinal : public Tab ChatTab(const Widget2 *const widget, const std::string &name, const std::string &channel, + const std::string &logName, const ChatTabType::Type &type); A_DELETE_COPY(ChatTab) @@ -136,7 +137,7 @@ class ChatTab notfinal : public Tab int getType() const A_WARN_UNUSED { return mType; } - virtual void saveToLogFile(const std::string &msg) const; + void saveToLogFile(std::string msg) const; const std::list &getRows() const A_WARN_UNUSED { return mTextOutput->getRows(); } @@ -198,6 +199,7 @@ class ChatTab notfinal : public Tab BrowserBox *mTextOutput; ScrollArea *mScrollArea; std::string mChannelName; + std::string mLogName; ChatTabType::Type mType; bool mAllowHightlight; bool mRemoveNames; -- cgit v1.2.3-70-g09d2