aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-04-04 12:29:07 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-04-07 08:37:14 +0000
commita57044f211dffdfac76102ec3d9d37c6f860ddd3 (patch)
treebc30b4e55dc0594fc0042ec8d60b134690bc948e /src/controls
parentf6fabcf636d9a1c31a2572a2d3ee01b4beaf7240 (diff)
Doc: Rename Qt Labs Controls to Qt Quick Controls 2
Replaced all remaining instances of "Qt Labs Controls" Change-Id: Iab8ca27d98a16a7c99bd364c66efc8b98d93eacc Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com> Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
Diffstat (limited to 'src/controls')
-rw-r--r--src/controls/qquickstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qquickstyle.cpp b/src/controls/qquickstyle.cpp
index d6a966ea..917907c6 100644
--- a/src/controls/qquickstyle.cpp
+++ b/src/controls/qquickstyle.cpp
@@ -158,7 +158,7 @@ QString QQuickStyle::path()
void QQuickStyle::setStyle(const QString &style)
{
if (QQmlMetaType::isModule(QStringLiteral("Qt.labs.controls"), 1, 0)) {
- qWarning() << "ERROR: QQuickStyle::setStyle() must be called before loading QML that imports Qt Labs Controls.";
+ qWarning() << "ERROR: QQuickStyle::setStyle() must be called before loading QML that imports Qt Quick Controls 2.";
return;
}