summaryrefslogtreecommitdiffstats
path: root/basicsuite/Launcher Settings/RebootAction.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Launcher Settings/RebootAction.qml')
-rw-r--r--basicsuite/Launcher Settings/RebootAction.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/basicsuite/Launcher Settings/RebootAction.qml b/basicsuite/Launcher Settings/RebootAction.qml
new file mode 100644
index 0000000..cdf84a5
--- /dev/null
+++ b/basicsuite/Launcher Settings/RebootAction.qml
@@ -0,0 +1,8 @@
+import QtQuick.Controls 1.0
+import QtDroid.Utils 1.0
+
+Action
+{
+ text: "Reboot"
+ onTriggered: DroidUtils.rebootSystem();
+}