Skip to content

Commit 830c1e7

Browse files
authored
ci: fix missing pointer ->
1 parent 6bb0127 commit 830c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/document/DocumentBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Document* DocumentBuilder::restoreDocument(
196196
qDebug() << ".. replaying: " << cmd->key().toString().c_str()
197197
<< cmd->description();
198198
cmd->redo(doc->context());
199-
QCoreApplication::instance().processEvents();
199+
QCoreApplication::instance()->processEvents();
200200
return true;
201201
}
202202
catch(...)

0 commit comments

Comments
 (0)