Skip to content

Commit 2b1c8f7

Browse files
committed
AppVeyor updates
1 parent 77c2e9e commit 2b1c8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webengine-page.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public slots:
314314
}
315315
}
316316

317-
if ((closeRequested == true) and (runningScripts.isEmpty())) {
317+
if ((closeRequested == true)and(runningScripts.isEmpty())) {
318318
emit closeWindowSignal();
319319
}
320320
}

0 commit comments

Comments
 (0)