summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2017-08-21 14:30:13 +0200
committerOliver Wolff <oliver.wolff@qt.io>2017-08-30 13:33:13 +0000
commit4b03570f2ab82889305db88092b8612af5d812a0 (patch)
tree134c0621f6cb583ef9b7aa96e6ff2fd380c0e9cc /sync.profile
parent36997810d9fec492635152be89efaa55208e224a (diff)
Rename qnfcglobal.h to qtnfcglobal.h
... and deprecate the former. By doing so we get the header file in line with other modules - see qtnetworkglobal.h for example. The include is not used in the examples so it is removed there. Change-Id: If6d30e7a821b60f12768a963990937c46f21f4c7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index df55ddb3..77a4cb6c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,6 +7,9 @@
%deprecatedheaders = (
"QtBluetooth" => {
"qbluetoothglobal.h" => "QtBluetooth/qtbluetoothglobal.h"
+ },
+ "QtNfc" => {
+ "qnfcglobal.h" => "QtNfc/qtnfcglobal.h"
}
);