summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/createdesktopentryoperation.cpp
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-02-13 12:40:00 +0100
committerNiels Weber <niels.weber@digia.com>2013-02-13 13:11:15 +0100
commitaa00cc506013b0de8c68e657974a3d1ab5241880 (patch)
tree83fd925c9b27da9f3da6b21fd9bb3f6b8bff4181 /src/libs/installer/createdesktopentryoperation.cpp
parent3e888dcc5eca000bb319262317312637ca8dff76 (diff)
Remove deprecated entry from desktopfile.
Change-Id: Ib6f344822cf4d9a762582fee800733acb3306ec3 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'src/libs/installer/createdesktopentryoperation.cpp')
-rw-r--r--src/libs/installer/createdesktopentryoperation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/installer/createdesktopentryoperation.cpp b/src/libs/installer/createdesktopentryoperation.cpp
index da6aa1a14..42b2c3aab 100644
--- a/src/libs/installer/createdesktopentryoperation.cpp
+++ b/src/libs/installer/createdesktopentryoperation.cpp
@@ -170,7 +170,6 @@ bool CreateDesktopEntryOperation::performOperation()
QTextStream stream(&file);
stream.setCodec("UTF-8");
stream << QLatin1String("[Desktop Entry]") << endl;
- stream << QLatin1String("Encoding=UTF-8") << endl;
// Type=Application\nExec=qtcreator\nPath=...
const QStringList pairs = values.split(QLatin1Char('\n'));