summaryrefslogtreecommitdiff
path: root/examples/assistant/simpletextviewer/assistant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/assistant/simpletextviewer/assistant.cpp')
-rw-r--r--examples/assistant/simpletextviewer/assistant.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/assistant/simpletextviewer/assistant.cpp b/examples/assistant/simpletextviewer/assistant.cpp
index 9e668bb7f..58103c14a 100644
--- a/examples/assistant/simpletextviewer/assistant.cpp
+++ b/examples/assistant/simpletextviewer/assistant.cpp
@@ -108,8 +108,9 @@ bool Assistant::startAssistant()
proc->start(app, args);
if (!proc->waitForStarted()) {
- QMessageBox::critical(nullptr, QObject::tr("Simple Text Viewer"),
- QObject::tr("Unable to launch Qt Assistant (%1)").arg(app));
+ QMessageBox::critical(nullptr,
+ tr("Simple Text Viewer"),
+ tr("Unable to launch Qt Assistant (%1)").arg(app));
return false;
}
}