summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-01-27 21:36:11 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2014-01-27 21:36:11 +0100
commit4b2e7e4bd68f5be46fae9ea4e3d7a445635cb4ff (patch)
treeabe31e99775f24dc8e3470e6dd77dc023d8117c7 /src/widget/wpushbutton.h
parent0c7da351342bf396679c9db0f37e00890a93d547 (diff)
calculating default direction is now working with developer_skins
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index 887ab01189..2b1a37ae66 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -92,6 +92,7 @@ class WPushButton : public WWidget {
// short click toggle button long click push button
ControlPushButton::ButtonMode m_leftButtonMode;
ControlPushButton::ButtonMode m_rightButtonMode;
+ bool m_hasDisplayConnection;
QTimer m_clickTimer;
};