summaryrefslogtreecommitdiffstats
path: root/src/assistant/qhelpconverter/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/qhelpconverter/main.cpp')
-rw-r--r--src/assistant/qhelpconverter/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/qhelpconverter/main.cpp b/src/assistant/qhelpconverter/main.cpp
index 8ca718908..07c0b1b7b 100644
--- a/src/assistant/qhelpconverter/main.cpp
+++ b/src/assistant/qhelpconverter/main.cpp
@@ -70,7 +70,7 @@ int main(int argc, char *argv[])
QFileInfo fi(QString::fromLocal8Bit(argv[1]));
if (fi.exists())
w.setAdpFileName(fi.absoluteFilePath());
- }
+ }
w.show();
return app.exec();
}