From 101b728c19d6ec9c28f37239b54d71beaa63ffa1 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 13 Mar 2019 00:23:47 +1100 Subject: [PATCH] formatting improvement --- io/loadthread.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io/loadthread.cpp b/io/loadthread.cpp index 891b930aa..8c66718c2 100644 --- a/io/loadthread.cpp +++ b/io/loadthread.cpp @@ -46,7 +46,9 @@ LoadThread::LoadThread(const QString& filename, bool autorecovery, bool clear) : connect(this, SIGNAL(finished()), this, SLOT(deleteLater())); connect(this, SIGNAL(success()), this, SLOT(success_func()), Qt::QueuedConnection); + connect(this, SIGNAL(error()), this, SLOT(error_func()), Qt::QueuedConnection); + connect(this, SIGNAL(start_question(const QString&, const QString &, int)), this,