summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/debugwindowtabs.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-30 23:16:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-30 23:16:37 +0300
commitfc2702efdf477a96761a6405e5d764c478b2905f (patch)
tree844458098edfeb7736c4c463141a64eea4996116 /src/gui/widgets/tabs/debugwindowtabs.h
parentafb92b74a224a56ea51a6e8053a0dc69ee0601ff (diff)
downloadplus-fc2702efdf477a96761a6405e5d764c478b2905f.tar.gz
plus-fc2702efdf477a96761a6405e5d764c478b2905f.tar.bz2
plus-fc2702efdf477a96761a6405e5d764c478b2905f.tar.xz
plus-fc2702efdf477a96761a6405e5d764c478b2905f.zip
Add manner field in debug window in target tab.
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 9341353de..2de04d62e 100644
--- a/src/gui/widgets/tabs/debugwindowtabs.h
+++ b/src/gui/widgets/tabs/debugwindowtabs.h
@@ -103,6 +103,7 @@ class TargetDebugTab final : public DebugTab
Label *mMaxHitLabel;
Label *mCriticalHitLabel;
Label *mKarmaLabel;
+ Label *mMannerLabel;
};
class NetDebugTab final : public DebugTab