From 3c7d4f339c20bc665efa6f6666171f0ca610203b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 13:20:13 +0300 Subject: show online messages in party tab. by default disabled. --- src/net/ea/gui/partytab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/net/ea/gui/partytab.h') diff --git a/src/net/ea/gui/partytab.h b/src/net/ea/gui/partytab.h index 16c9e8a3f..1988df4e8 100644 --- a/src/net/ea/gui/partytab.h +++ b/src/net/ea/gui/partytab.h @@ -31,7 +31,7 @@ namespace Ea /** * A tab for a party chat channel. */ -class PartyTab : public ChatTab +class PartyTab : public ChatTab, public ConfigListener { public: explicit PartyTab(const Widget2 *const widget); @@ -52,6 +52,8 @@ class PartyTab : public ChatTab void playNewMessageSound() const override; + void optionChanged(const std::string &value); + protected: void handleInput(const std::string &msg) override; -- cgit v1.2.3-60-g2f50