diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-17 14:00:25 +0300 |
commit | dbf6fd812e5eff87a8fc38c4f5635845493885b1 (patch) | |
tree | fd7479749b2d0b61249783b1b0d9080278a9bceb /src/gui/popups/textpopup.cpp | |
parent | a9b9e09cfecc1ede11647bbbc09ddc198d783947 (diff) | |
download | manaverse-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.gz manaverse-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.bz2 manaverse-dbf6fd812e5eff87a8fc38c4f5635845493885b1.tar.xz manaverse-dbf6fd812e5eff87a8fc38c4f5635845493885b1.zip |
Create public variable for textpopup.
Diffstat (limited to 'src/gui/popups/textpopup.cpp')
-rw-r--r-- | src/gui/popups/textpopup.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/textpopup.cpp b/src/gui/popups/textpopup.cpp index 5eff7fd4a..b7e17fece 100644 --- a/src/gui/popups/textpopup.cpp +++ b/src/gui/popups/textpopup.cpp @@ -29,6 +29,8 @@ #include "debug.h" +TextPopup *textPopup = nullptr; + TextPopup::TextPopup() : Popup("TextPopup", "textpopup.xml"), mText() |