From 5e9a068ccf69e9c4d6d5573596ef24324c1617d7 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Fri, 14 Oct 2016 19:46:34 +0900 Subject: [PATCH] Define default button, just in case --- src/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/main.qml b/src/qml/main.qml index 736a76f..e409d26 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -31,6 +31,7 @@ Window { text: '' informativeText: '' detailedText: '' + standardButtons: StandardButton.Ok onAccepted: Qt.quit() } @@ -41,6 +42,7 @@ Window { text: '' informativeText: '' detailedText: '' + standardButtons: StandardButton.Ok onAccepted: Qt.quit() } -- GitLab