summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/debugwindowtabs.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-09 16:18:14 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-09 16:18:14 +0300
commitdf092799e9bb64035db76a7b0eda8a9f5a7d5ba9 (patch)
tree462bbf919c05cf7c6861df32d454ad3c70525a69 /src/gui/widgets/tabs/debugwindowtabs.h
parent12ebce86d17596542edf094c179ee2e75bb9308e (diff)
downloadplus-df092799e9bb64035db76a7b0eda8a9f5a7d5ba9.tar.gz
plus-df092799e9bb64035db76a7b0eda8a9f5a7d5ba9.tar.bz2
plus-df092799e9bb64035db76a7b0eda8a9f5a7d5ba9.tar.xz
plus-df092799e9bb64035db76a7b0eda8a9f5a7d5ba9.zip
Show map name in debug window in map tab.s20160709
Diffstat (limited to 'src/gui/widgets/tabs/debugwindowtabs.h')
-rw-r--r--src/gui/widgets/tabs/debugwindowtabs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/debugwindowtabs.h b/src/gui/widgets/tabs/debugwindowtabs.h
index 1dd92b39d..ca1527fa6 100644
--- a/src/gui/widgets/tabs/debugwindowtabs.h
+++ b/src/gui/widgets/tabs/debugwindowtabs.h
@@ -61,6 +61,7 @@ class MapDebugTab final : public DebugTab
private:
Label *mMusicFileLabel A_NONNULLPOINTER;
Label *mMapLabel A_NONNULLPOINTER;
+ Label *mMapNameLabel A_NONNULLPOINTER;
Label *mMinimapLabel A_NONNULLPOINTER;
Label *mTileMouseLabel A_NONNULLPOINTER;
Label *mParticleCountLabel A_NONNULLPOINTER;