Skip to content

Commit 6607654

Browse files
committed
AppVeyor updates
1 parent 2b1c8f7 commit 6607654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
before_build:
2-
- set PATH=C:\Qt\5.9.5\msvc2015\bin;%PATH%
2+
- set PATH=C:\Qt\5.6.3\msvc2013\bin;%PATH%
33
- call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
44

55
build_script:

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)