aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquicktextfield_p.h
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2016-07-06 15:25:16 +0200
committerMitch Curtis <mitch.curtis@qt.io>2016-07-06 14:21:25 +0000
commit1badc06b810603b27092a74232e60da316d7fb1b (patch)
tree1373099ab3dbbc3bc259c2b5d006fdc43b79d262 /src/quicktemplates2/qquicktextfield_p.h
parent99c170e3fcd214a15fda00e3419666c1a456b76e (diff)
Be consistent with naming of event argument in pressAndHold() signals
These were supposed to both be called "event". [ChangeLog][TextField] Aligned the name of the pressAndHold() argument with TextArea Change-Id: Icc55584df37e4de9a9f06af7968bd608e5045c05 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquicktextfield_p.h')
-rw-r--r--src/quicktemplates2/qquicktextfield_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquicktextfield_p.h b/src/quicktemplates2/qquicktextfield_p.h
index 79b4c39d..83b0d341 100644
--- a/src/quicktemplates2/qquicktextfield_p.h
+++ b/src/quicktemplates2/qquicktextfield_p.h
@@ -100,7 +100,7 @@ Q_SIGNALS:
void focusReasonChanged();
Q_REVISION(1) void hoveredChanged();
Q_REVISION(1) void hoverEnabledChanged();
- void pressAndHold(QQuickMouseEvent *mouse);
+ void pressAndHold(QQuickMouseEvent *event);
Q_REVISION(1) void pressed(QQuickMouseEvent *event);
Q_REVISION(1) void released(QQuickMouseEvent *event);