From a9cf089e1c6ca4bd6a53517ecdb7c25f4fafbb28 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 24 Mar 2016 16:37:23 -0700 Subject: QML UI: remove verbose option from Developer menu We now log everything that's relevant to the application log that is shown in the UI. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index d4a56a50d..34e4f3cff 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -187,14 +187,6 @@ MobileComponents.ApplicationWindow { stackView.push(themetest) } } - Action { - checkable: true - checked: manager.verboseEnabled - text: checked ? "Disable verbose (for adb logcat)" : "Enable verbose (for adb logcat)" - onToggled: { - manager.verboseEnabled = checked; - } - } }, Action { text: "User manual" -- cgit v1.2.3-70-g09d2