summarylogtreecommitdiffstats
path: root/melt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'melt.patch')
-rw-r--r--melt.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/melt.patch b/melt.patch
deleted file mode 100644
index 902681fc3eea..000000000000
--- a/melt.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
---- a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
-- QFileInfo meltPath(shotcutPath, "qmelt");
-+ QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;