summaryrefslogtreecommitdiff
path: root/examples/geniviextras/qdlt/main.cpp
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-05-20 10:05:31 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-05-24 08:52:16 +0000
commitad68065dd5740f5f69466d7f7e50355b150124c3 (patch)
tree813dbd193ad832e5bd471833069f4e7efa795952 /examples/geniviextras/qdlt/main.cpp
parente3d7e2a476f4624a0cacb57b49fe03afb3c8ffec (diff)
downloadqtivi-ad68065dd5740f5f69466d7f7e50355b150124c3.tar.gz
Renamed the classes and imports to match the Qt conventions
QML: import QtIVICore 1.0 -> import QtIvi 1.0 import QtIVIVehicleFunctions 1.0 -> import QtIvi.VehicleFunctions 1.0 On C++ side: Includes: - #include <QtIviCore/QIviAbstractFeature> - #include <QtIviVehicleFunctions/QIviClimateControl> The renaming of the files will be done in separate commit to make the diffs easier to read Task-number: QTAUTO-40 Task-number: QTAUTO-41 Change-Id: I2efdaf1f4a15e09481532df1333fa9883e82d1fb Reviewed-by: Johan Thelin <johan.thelin@pelagicore.com>
Diffstat (limited to 'examples/geniviextras/qdlt/main.cpp')
-rw-r--r--examples/geniviextras/qdlt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/geniviextras/qdlt/main.cpp b/examples/geniviextras/qdlt/main.cpp
index 55d30b1..2003a6c 100644
--- a/examples/geniviextras/qdlt/main.cpp
+++ b/examples/geniviextras/qdlt/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2016 Pelagicore AG
** Contact: https://www.qt.io/licensing/
**
-** This file is part of the QtIVI module of the Qt Toolkit.
+** This file is part of the QtIvi module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD-QTAS$
** Commercial License Usage