Rename "system events" to "app events"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function onAppExitRequested(exit_code) {
|
||||
function onExitRequested(exit_code) {
|
||||
Qt.exit(exit_code)
|
||||
}
|
||||
|
@@ -1,2 +1,2 @@
|
||||
// FIXME: Obsolete method, but need Qt 5.12+ for standard JS modules import
|
||||
Qt.include("system.js")
|
||||
Qt.include("app.js")
|
||||
|
Reference in New Issue
Block a user