diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-07 14:33:06 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-07 14:33:06 +0900 |
commit | 1b3e61777b89194ec81a2327683be094e7aa3c99 (patch) | |
tree | 745e4876d796d992911a6a0bc0035f0c3232f145 /examples | |
parent | 86d8895f939d8b36dbf8e5104f238b2eaed87a94 (diff) | |
download | libquotient-1b3e61777b89194ec81a2327683be094e7aa3c99.tar.gz libquotient-1b3e61777b89194ec81a2327683be094e7aa3c99.zip |
qmc-example: Remove no more needed deleteLater
Might help with autotest segfaulting on OSX.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/qmc-example.cpp | 1 |
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); }); |