From 1b3e61777b89194ec81a2327683be094e7aa3c99 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Wed, 7 Mar 2018 14:33:06 +0900 Subject: qmc-example: Remove no more needed deleteLater Might help with autotest segfaulting on OSX. --- examples/qmc-example.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') 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); }); -- cgit v1.2.3