From 5781d238e97689be482c5ac691143ce35e3e278e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 May 2014 15:36:21 +0300 Subject: Move playerlistener into separate file. --- src/gui/popups/popupmenu.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/gui/popups/popupmenu.cpp') diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp index c284b92a0..7629bf9ed 100644 --- a/src/gui/popups/popupmenu.cpp +++ b/src/gui/popups/popupmenu.cpp @@ -2900,25 +2900,3 @@ void PopupMenu::showGMPopup() showPopup(getX(), getY()); } - -PlayerListener::PlayerListener() : - ActionListener(), - mNick(), - mDialog(nullptr), - mType(static_cast(ActorType::UNKNOWN)) -{ -} - -void PlayerListener::action(const ActionEvent &event) -{ - if (event.getId() == "ok" && !mNick.empty() && mDialog) - { - std::string comment = mDialog->getText(); - Being *const being = actorManager->findBeingByName( - mNick, static_cast(mType)); - if (being) - being->setComment(comment); - Being::saveComment(mNick, comment, mType); - } - mDialog = nullptr; -} -- cgit v1.2.3-70-g09d2