aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSvetlana Abramenkova <sabramenkova@luxoft.com>2019-05-08 14:28:54 +0300
committerKavindra Palaraja <kpalaraja@luxoft.com>2019-05-10 07:45:12 +0000
commitb1c80cc0c6d2e883a7e04ec9233f621959b729bf (patch)
tree56d00b849c8776a7a44e4238757b92c3c7d83134 /examples
parentb04a7637085b2863a208b259bc9890af95800ffe (diff)
Sync the name of QML Live across the code, documentation, examples
Change-Id: I9ab0324f7ee4f6db6b4c87ad3eca5ea8926cb3ac Fixes: AUTOSUITE-909 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/contentplugin/mycontentadapterplugin.cpp2
-rw-r--r--examples/contentplugin/mycontentadapterplugin.h2
-rw-r--r--examples/contentplugin/plugin.qml2
-rw-r--r--examples/customruntime/main.cpp10
-rw-r--r--examples/customruntime/qml/customruntime-item.qml2
-rw-r--r--examples/customruntime/qml/customruntime-window.qml2
6 files changed, 10 insertions, 10 deletions
diff --git a/examples/contentplugin/mycontentadapterplugin.cpp b/examples/contentplugin/mycontentadapterplugin.cpp
index 1e5b0b6..d816a7e 100644
--- a/examples/contentplugin/mycontentadapterplugin.cpp
+++ b/examples/contentplugin/mycontentadapterplugin.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/examples/contentplugin/mycontentadapterplugin.h b/examples/contentplugin/mycontentadapterplugin.h
index a70bc5c..91a1f22 100644
--- a/examples/contentplugin/mycontentadapterplugin.h
+++ b/examples/contentplugin/mycontentadapterplugin.h
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/examples/contentplugin/plugin.qml b/examples/contentplugin/plugin.qml
index c0c5ea8..b6969e6 100644
--- a/examples/contentplugin/plugin.qml
+++ b/examples/contentplugin/plugin.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/examples/customruntime/main.cpp b/examples/customruntime/main.cpp
index 1050432..39bbff2 100644
--- a/examples/customruntime/main.cpp
+++ b/examples/customruntime/main.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
@@ -34,7 +34,7 @@
#include <QtGui>
#include <QtQuick>
-// Use QmlLive headers
+// Use QML Live headers
#include "livenodeengine.h"
#include "remotereceiver.h"
@@ -61,11 +61,11 @@ int main(int argc, char **argv)
return app.exec();
#if defined(QT_NO_DEBUG)
- qWarning() << "QmlLive support was disabled at compile time";
+ qWarning() << "QML Live support was disabled at compile time";
#else
LiveNodeEngine node;
- // Let QmlLive know your runtime
+ // Let QML Live know your runtime
node.setQmlEngine(&engine);
// Allow it to display QML components with non-QQuickWindow root object
@@ -76,7 +76,7 @@ int main(int argc, char **argv)
node.setWorkspace(app.applicationDirPath(),
LiveNodeEngine::AllowUpdates | LiveNodeEngine::UpdatesAsOverlay);
- // Listen to IPC call from remote QmlLive Bench
+ // Listen to IPC call from remote QML Live Bench
RemoteReceiver receiver;
receiver.registerNode(&node);
receiver.listen(10234);
diff --git a/examples/customruntime/qml/customruntime-item.qml b/examples/customruntime/qml/customruntime-item.qml
index 942a5af..4237bcc 100644
--- a/examples/customruntime/qml/customruntime-item.qml
+++ b/examples/customruntime/qml/customruntime-item.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage
diff --git a/examples/customruntime/qml/customruntime-window.qml b/examples/customruntime/qml/customruntime-window.qml
index a722f16..96cb8c7 100644
--- a/examples/customruntime/qml/customruntime-window.qml
+++ b/examples/customruntime/qml/customruntime-window.qml
@@ -4,7 +4,7 @@
** Copyright (C) 2018 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QmlLive tool.
+** This file is part of the QML Live tool.
**
** $QT_BEGIN_LICENSE:GPL-QTAS$
** Commercial License Usage