aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/qmc-example.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp
index b7c56cb4..0ca221c9 100644
--- a/examples/qmc-example.cpp
+++ b/examples/qmc-example.cpp
@@ -174,7 +174,6 @@ void QMCTest::finalize()
c->logout();
connect(c.data(), &Connection::loggedOut, QCoreApplication::instance(),
[this] {
- c->deleteLater();
QCoreApplication::processEvents();
QCoreApplication::exit(semaphor);
});