summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings/RebootAction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/launchersettings/RebootAction.qml')
-rw-r--r--basicsuite/launchersettings/RebootAction.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/basicsuite/launchersettings/RebootAction.qml b/basicsuite/launchersettings/RebootAction.qml
index e6f57ca..995fb61 100644
--- a/basicsuite/launchersettings/RebootAction.qml
+++ b/basicsuite/launchersettings/RebootAction.qml
@@ -43,6 +43,5 @@ import QtDroid.Utils 1.0
Action
{
- text: "Reboot"
onTriggered: DroidUtils.rebootSystem();
}