aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlplugindump/main.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-09-17 14:18:07 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-09-23 06:41:45 +0000
commitd0025a064cc36b4076a33fbda2c6b48afecfd13b (patch)
treefde0c6865073266b3999e17dd767cd826cf9de20 /tools/qmlplugindump/main.cpp
parent1b27a89ae1215d63197ea9106aed3f56c0a425d7 (diff)
qmlplugindump: Drop '.exe' suffix in comment
This generates just noise in the diffs. Change-Id: I09d1dbc6d8255a9cf5055abf96eb06ca78a80a94 Reviewed-by: Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'tools/qmlplugindump/main.cpp')
-rw-r--r--tools/qmlplugindump/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlplugindump/main.cpp b/tools/qmlplugindump/main.cpp
index 911328c12a..0238a4aaae 100644
--- a/tools/qmlplugindump/main.cpp
+++ b/tools/qmlplugindump/main.cpp
@@ -1157,7 +1157,7 @@ int main(int argc, char *argv[])
"//\n"
"// This file was auto-generated by:\n"
"// '%1 %2'\n"
- "\n").arg(QFileInfo(args.at(0)).fileName()).arg(QStringList(args.mid(1)).join(QLatin1String(" "))));
+ "\n").arg(QFileInfo(args.at(0)).baseName(), args.mid(1).join(QLatin1Char(' '))));
qml.writeStartObject("Module");
QStringList quotedDependencies;
foreach (const QString &dep, dependencies)