summary refs log tree commit diff
path: root/src/TrayIcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TrayIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TrayIcon.cpp b/src/TrayIcon.cpp

index 28da9558..336da129 100644 --- a/src/TrayIcon.cpp +++ b/src/TrayIcon.cpp
@@ -20,8 +20,8 @@ MsgCountComposedIcon::MsgCountComposedIcon(const QString &filename) : QIconEngine() + , icon_{QIcon{filename}} { - icon_ = QIcon(filename); } void