summaryrefslogtreecommitdiffstats
path: root/library/components/powerbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/components/powerbutton.cpp')
-rw-r--r--library/components/powerbutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/components/powerbutton.cpp b/library/components/powerbutton.cpp
index 6c2b716..3bec089 100644
--- a/library/components/powerbutton.cpp
+++ b/library/components/powerbutton.cpp
@@ -8,7 +8,6 @@ PowerButton::PowerButton(QWidget *parent)
{
setPopupMode(QToolButton::InstantPopup);
setDisplayedState(BatteryPower);
- setProperty("noArrow", true);
QMenu *menu = new QMenu(this);
QAction *action = 0;