summaryrefslogtreecommitdiffstats
path: root/src/widget/wpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wpushbutton.h')
-rw-r--r--src/widget/wpushbutton.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/widget/wpushbutton.h b/src/widget/wpushbutton.h
index bcc71812da..f74a24a42b 100644
--- a/src/widget/wpushbutton.h
+++ b/src/widget/wpushbutton.h
@@ -54,11 +54,6 @@ class WPushButton : public WWidget {
// associated pixmaps.
void setStates(int iStatesW);
- ControlWidgetConnection::EmitOption
- getDefaultEmitOption(Qt::MouseButton state);
- ControlWidgetConnection::DirectionOption
- getDefaultDirectionOption(Qt::MouseButton state);
-
public slots:
void onConnectedControlValueChanged(double);
@@ -92,7 +87,6 @@ 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;
};