summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/whispertab.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-08 18:01:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-08 18:01:40 +0300
commit6303e605ef23003aabace85cde3f04574f1fb05c (patch)
tree6c9477f7314e4d371081473d7b96503b47573dea /src/gui/widgets/tabs/chat/whispertab.h
parent568cd6279a753b1f04afb08a9193ab0873bf8e53 (diff)
downloadplus-6303e605ef23003aabace85cde3f04574f1fb05c.tar.gz
plus-6303e605ef23003aabace85cde3f04574f1fb05c.tar.bz2
plus-6303e605ef23003aabace85cde3f04574f1fb05c.tar.xz
plus-6303e605ef23003aabace85cde3f04574f1fb05c.zip
In whisper constructor allow separatly set nick and caption.
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.h')
-rw-r--r--src/gui/widgets/tabs/chat/whispertab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h
index 24fc2abe0..677e8b470 100644
--- a/src/gui/widgets/tabs/chat/whispertab.h
+++ b/src/gui/widgets/tabs/chat/whispertab.h
@@ -57,6 +57,7 @@ class WhisperTab final : public ChatTab
* @param nick the name of the player this tab is whispering to
*/
WhisperTab(const Widget2 *const widget,
+ const std::string &caption,
const std::string &nick);
~WhisperTab();