summaryrefslogtreecommitdiffstats
path: root/library/components/batterybutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/components/batterybutton.cpp')
-rw-r--r--library/components/batterybutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/components/batterybutton.cpp b/library/components/batterybutton.cpp
index 1c7ebb3..acdef19 100644
--- a/library/components/batterybutton.cpp
+++ b/library/components/batterybutton.cpp
@@ -9,7 +9,6 @@ BatteryButton::BatteryButton(QWidget *parent)
{
setPopupMode(QToolButton::InstantPopup);
setDisplayedBatteryLevel(BatteryNormal);
- setProperty("noArrow", true);
QMenu *menu = new QMenu(this);
QAction *action = 0;