summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-11-23 11:06:23 +0100
committerKai Koehne <kai.koehne@qt.io>2016-11-23 11:35:38 +0000
commit4c0f0351eb52f0e193b19be35cc304fc47ed0708 (patch)
treea305879b0ad3cf8dc92f8aecec22cffadb463aea /src/tools
parent8155f2156d5c6936edcac95c6a93ca7f96b1d13f (diff)
Do not use qdoc formatting in qt_attribution.json file
The description should be tool-agnostic. Anyway, '\c' will be converted to just 'c' when loaded by QJson. Change-Id: Ib1f7a851c00b69169d03d2460d264c33fc71c731 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sdpscanner/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/sdpscanner/qt_attribution.json b/src/tools/sdpscanner/qt_attribution.json
index ee01349e..9f2ada92 100644
--- a/src/tools/sdpscanner/qt_attribution.json
+++ b/src/tools/sdpscanner/qt_attribution.json
@@ -2,7 +2,7 @@
"Id": "bluez",
"Name": "BlueZ",
"QDocModule": "qtbluetooth",
- "QtUsage": "On Linux, Qt Bluetooth uses a separate executable, \c sdpscanner, to integrate with the official Linux bluetooth protocol stack BlueZ. The Qt Bluetooth library does not link against BlueZ directly.",
+ "QtUsage": "On Linux, Qt Bluetooth uses a separate executable, sdpscanner, to integrate with the official Linux bluetooth protocol stack BlueZ. The Qt Bluetooth library does not link against BlueZ directly.",
"Description": "BlueZ",
"Homepage": "http://www.bluez.org/",