summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-01-23 12:41:48 +0100
committerEike Ziller <eike.ziller@qt.io>2018-01-24 07:51:08 +0000
commit5a18231e7e315cdefd92897c9e622155e4e4cf52 (patch)
tree0068dd24717c1cda6a9ecd64ae73a0e6ffb9adc6
parent998c612e068e1c34655212f163ebb0209376b4cb (diff)
downloadqt-creator-5a18231e7e315cdefd92897c9e622155e4e4cf52.tar.gz
Remove rogue mime type definition for *.ts
There already is a mime type for that in the freedesktop definition, and that even has alias application/x-linguist, so adding another mime type with a name that conflicts with the alias leads to strange issues. Task-number: QTCREATORBUG-19449 Change-Id: I95affeb4d0946f694192a83b396c29f310871e4e Reviewed-by: David Schulz <david.schulz@qt.io>
-rw-r--r--src/plugins/qtsupport/QtSupport.json.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/qtsupport/QtSupport.json.in b/src/plugins/qtsupport/QtSupport.json.in
index 9198b0d5a3..6ee539dc31 100644
--- a/src/plugins/qtsupport/QtSupport.json.in
+++ b/src/plugins/qtsupport/QtSupport.json.in
@@ -25,13 +25,6 @@
\" <comment>Linguist compiled translations</comment>\",
\" <glob pattern=\'*.qm\'/>\",
\" </mime-type>\",
- \" <mime-type type=\'application/x-linguist\'>\",
- \" <comment>Linguist source translations</comment>\",
- \" <magic>\",
- \" <match value=\'&lt;TS\' type=\'string\' offset=\'0:256\'/>\",
- \" </magic>\",
- \" <glob pattern=\'*.ts\' weight=\'70\'/>\",
- \" </mime-type>\",
\" <mime-type type=\'application/scxml+xml\'>\",
\" <comment>SCXML State Chart</comment>\",
\" <sub-class-of type=\'application/xml\'/>\",