diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2016-05-20 10:05:31 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2016-05-24 08:52:16 +0000 |
commit | ad68065dd5740f5f69466d7f7e50355b150124c3 (patch) | |
tree | 813dbd193ad832e5bd471833069f4e7efa795952 /config.tests | |
parent | e3d7e2a476f4624a0cacb57b49fe03afb3c8ffec (diff) | |
download | qtivi-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 'config.tests')
-rw-r--r-- | config.tests/dlt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/dlt/main.cpp b/config.tests/dlt/main.cpp index a54fc1c..f85bf95 100644 --- a/config.tests/dlt/main.cpp +++ b/config.tests/dlt/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:LGPL-QTAS$ ** Commercial License Usage |