From d425e370aeea834cac28b3d4b412538645330c86 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 17 Oct 2013 21:38:15 +0300 Subject: add postInit function into popup. use postInit in beingpopup. --- src/gui/popups/beingpopup.cpp | 12 ++++++++---- src/gui/popups/beingpopup.h | 2 ++ 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src/gui/popups') diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp index b7e5c91ee..d36fcd28d 100644 --- a/src/gui/popups/beingpopup.cpp +++ b/src/gui/popups/beingpopup.cpp @@ -65,6 +65,14 @@ BeingPopup::BeingPopup() : mBeingComment->setForegroundColorAll(getThemeColor(Theme::POPUP), getThemeColor(Theme::POPUP_OUTLINE)); +} + +BeingPopup::~BeingPopup() +{ +} + +void BeingPopup::postInit() +{ add(mBeingName); add(mBeingParty); add(mBeingGuild); @@ -72,10 +80,6 @@ BeingPopup::BeingPopup() : add(mBeingComment); } -BeingPopup::~BeingPopup() -{ -} - void BeingPopup::show(const int x, const int y, Being *const b) { if (!b) diff --git a/src/gui/popups/beingpopup.h b/src/gui/popups/beingpopup.h index 12ba49aa0..d91464ebe 100644 --- a/src/gui/popups/beingpopup.h +++ b/src/gui/popups/beingpopup.h @@ -50,6 +50,8 @@ class BeingPopup final : public Popup */ void show(const int x, const int y, Being *const b); + void postInit(); + #ifdef USE_PROFILER void logic(); #endif -- cgit v1.2.3-70-g09d2