Skip to content
Snippets Groups Projects
Commit 87bc5b37 authored by Keith Butler's avatar Keith Butler
Browse files

Re #23248 fixing indentation

parent 717f0d2c
No related merge requests found
......@@ -356,7 +356,7 @@ void ProjectRecovery::loadRecoveryCheckpoint(const Poco::Path &recoveryFolder) {
auto projectFile = Poco::Path(recoveryFolder).append(OUTPUT_PROJ_NAME);
bool loadCompleted = false;
if (!QMetaObject::invokeMethod(
if (!QMetaObject::invokeMethod(
m_windowPtr, "loadProjectRecovery", Qt::BlockingQueuedConnection,
Q_RETURN_ARG(bool, loadCompleted),
Q_ARG(const std::string, projectFile.toString()))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment