File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ https://github.com/richmoore/qt-examples/tree/master/sitespecificbrowser
3737https://github.com/OtterBrowser/otter-browser/blob/master/src/modules/backends/web/qtwebengine/QtWebEnginePage.cpp
3838https://github.com/OtterBrowser/otter-browser/blob/master/src/modules/backends/web/qtwebengine/QtWebEnginePage.h
3939https://github.com/NixOS/nixpkgs/issues/16327
40+ https://github.com/OSGeo/proj.4/blob/master/appveyor.yml
4041
4142http://qt-project.org/doc/qt-4.8/qwebhistory.html
4243http://qt-project.org/doc/qt-4.8/qdir.html
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments