We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1c8f7 commit 6607654Copy full SHA for 6607654
appveyor.yml
@@ -1,5 +1,5 @@
1
before_build:
2
- - set PATH=C:\Qt\5.9.5\msvc2015\bin;%PATH%
+ - set PATH=C:\Qt\5.6.3\msvc2013\bin;%PATH%
3
- call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
4
5
build_script:
src/webengine-page.h
@@ -314,7 +314,7 @@ public slots:
314
}
315
316
317
- if ((closeRequested == true)and(runningScripts.isEmpty())) {
+ if (closeRequested == true and runningScripts.isEmpty()) {
318
emit closeWindowSignal();
319
320
0 commit comments