diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-17 21:20:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-17 21:20:31 +0300 |
commit | 9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b (patch) | |
tree | 10333c1d37059db2ced3bcaf3a4d515616b4d815 /src/gui/widgets/tabs/socialattacktab.h | |
parent | b59b62516e22d599e0532e6e0f777769ccaadf4a (diff) | |
download | plus-9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b.tar.gz plus-9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b.tar.bz2 plus-9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b.tar.xz plus-9de5161f9d55e4e2ece1653e6cb7decf5b3f0b9b.zip |
Simplify social tabs code.
Diffstat (limited to 'src/gui/widgets/tabs/socialattacktab.h')
-rw-r--r-- | src/gui/widgets/tabs/socialattacktab.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/gui/widgets/tabs/socialattacktab.h b/src/gui/widgets/tabs/socialattacktab.h index 6c0b6ea68..0f902caaf 100644 --- a/src/gui/widgets/tabs/socialattacktab.h +++ b/src/gui/widgets/tabs/socialattacktab.h @@ -28,6 +28,8 @@ #include "localconsts.h" +class BeingsListModel; + #define addAvatars(mob, str, type) \ {\ ava = new Avatar(str);\ @@ -88,13 +90,7 @@ class SocialAttackTab final : public SocialTab SocialTab(widget), mBeings(new BeingsListModel) { - mList = new AvatarListBox(this, mBeings); - mList->postInit(); - mScroll = new ScrollArea(this, mList, showBackground, - "social_background.xml"); - - mScroll->setHorizontalScrollPolicy(ScrollArea::SHOW_AUTO); - mScroll->setVerticalScrollPolicy(ScrollArea::SHOW_ALWAYS); + createControls(mBeings, showBackground); // TRANSLATORS: Attack filter tab name in social window. // TRANSLATORS: Should be small |