aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-12-12 18:49:22 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2020-01-28 16:55:35 +0000
commit492902cd10120998f1e791dd3826a581fdd41047 (patch)
treeae091d6fae4460d52a2097a22db35111935f533e
parentcddc165c37c51dfaf2f7a504e4cd934f541bebe8 (diff)
Declare data collection pseudonymous instead of anonymousv4.11.2v4.11.14.11
Since a883a60 it is not anonymous anymore, because a uuid is created and shipped with each data package. Task-number: QTCREATORBUG-23310 Change-Id: I97169c6c70069469966879ce4210d417eeae19dd Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io>
-rw-r--r--src/UsageStatistic.json.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UsageStatistic.json.in b/src/UsageStatistic.json.in
index 9a999e4..1e3a2c1 100644
--- a/src/UsageStatistic.json.in
+++ b/src/UsageStatistic.json.in
@@ -5,7 +5,7 @@
\"Vendor\" : \"The Qt Company Ltd\",
\"Copyright\" : \"(C) $$QTCREATOR_COPYRIGHT_YEAR The Qt Company Ltd\",
\"License\" : \"GNU GPL v3\",
- \"Description\" : \"This plugin collects statistics on how Qt Creator is used. All statistics are anonymous. You can switch off the plugin any time you want.\",
+ \"Description\" : \"This plugin collects statistics on how Qt Creator is used. All statistics are pseudonymous. You can switch off the plugin any time you want.\",
\"Url\" : \"https://www.qt.io/\",
$$dependencyList
}