summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-10-19 06:55:28 +0300
committerAndrei Karas <akaras@inbox.ru>2018-10-19 06:55:28 +0300
commit98c74738f21d7ae256f1273b6c1614ee64e2a3ad (patch)
tree95a1af0071c774021c781611d215fee84358a807 /src/gui/popups
parenta0b050fd82177f38b8bbf3360159d57886e2a347 (diff)
downloadplus-98c74738f21d7ae256f1273b6c1614ee64e2a3ad.tar.gz
plus-98c74738f21d7ae256f1273b6c1614ee64e2a3ad.tar.bz2
plus-98c74738f21d7ae256f1273b6c1614ee64e2a3ad.tar.xz
plus-98c74738f21d7ae256f1273b6c1614ee64e2a3ad.zip
Fix code style.
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/beingpopup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp
index 5ba770f2e..557472d57 100644
--- a/src/gui/popups/beingpopup.cpp
+++ b/src/gui/popups/beingpopup.cpp
@@ -61,6 +61,7 @@ BeingPopup::BeingPopup() :
BeingPopup::~BeingPopup()
{
+ mBeingName = nullptr;
}
void BeingPopup::postInit()