From 377030c2bfb3393dc35939aae8e74ba9cf193799 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 3 Apr 2017 16:33:40 +0200 Subject: TextField: make textEdited() available The signal was added in Qt Quick 2.9 and has revision 9. Change-Id: Id1bb0f17ac5d8c9684ab5127782d030b54756e6f Reviewed-by: Mitch Curtis --- src/imports/templates/qtquicktemplates2plugin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/imports/templates/qtquicktemplates2plugin.cpp b/src/imports/templates/qtquicktemplates2plugin.cpp index 8cc760a8..dd79ac5b 100644 --- a/src/imports/templates/qtquicktemplates2plugin.cpp +++ b/src/imports/templates/qtquicktemplates2plugin.cpp @@ -251,6 +251,7 @@ void QtQuickTemplates2Plugin::registerTypes(const char *uri) // NOTE: register the latest revisions of all template/control base classes to // make revisioned properties available to their subclasses (synced with Qt 5.9) qmlRegisterRevision(uri, 2, 2); + qmlRegisterRevision(uri, 2, 2); } QT_END_NAMESPACE -- cgit v1.2.3