aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/qmc-example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp
index 484cd027..9c86d4a9 100644
--- a/examples/qmc-example.cpp
+++ b/examples/qmc-example.cpp
@@ -320,7 +320,7 @@ void QMCTest::finalize()
connect(c.data(), &Connection::loggedOut, qApp,
[this] {
if (!failed.isEmpty())
- cout << "FAILED: " << failed.join(", ").toStdString() << endl;
+ cout << "FAILED: " << failed.join(", ").toStdString() << endl;
if (!running.isEmpty())
cout << "DID NOT FINISH: "
<< running.join(", ").toStdString() << endl;