summaryrefslogtreecommitdiffstats
path: root/basicsuite/Launcher Settings/PoweroffAction.qml
blob: fd0e215bbbc6023c7b5865703d4dac34ecac050a (plain)
1
2
3
4
5
6
7
8
import QtQuick.Controls 1.0
import QtDroid.Utils 1.0

Action
{
    text: "Power Off!"
    onTriggered: DroidUtils.powerOffSystem()();
}