aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquickbutton_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-15 22:25:51 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-15 20:29:43 +0000
commitfda12ac53971f4e7b267a08a69d11031614c8ed4 (patch)
treeeb8ba38702b5c6b0530e9f70467ecde0114a72aa /src/controls/qquickbutton_p.h
parent2f5e385effd0c12ab085e13d5a6e27cf5f7bee37 (diff)
Add missing QQuickButton::pressed() & released() signals
Change-Id: I5942457258e1c666a0d67dbc5a9a5611d4ed5967 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/qquickbutton_p.h')
-rw-r--r--src/controls/qquickbutton_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/qquickbutton_p.h b/src/controls/qquickbutton_p.h
index 4b30b4d3..ecd4b3d4 100644
--- a/src/controls/qquickbutton_p.h
+++ b/src/controls/qquickbutton_p.h
@@ -74,6 +74,8 @@ public:
void setLabel(QQuickItem *label);
Q_SIGNALS:
+ void pressed();
+ void released();
void clicked();
void textChanged();
void pressedChanged();