summaryrefslogtreecommitdiff
path: root/src/notificationbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notificationbar.cpp')
-rw-r--r--src/notificationbar.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notificationbar.cpp b/src/notificationbar.cpp
index 7e4ed29c..78bdd004 100644
--- a/src/notificationbar.cpp
+++ b/src/notificationbar.cpp
@@ -33,9 +33,9 @@
NotificationBar::NotificationBar(QWidget *parent)
- : QWidget(parent)
- , m_blinkEffect(new BlinkEffect(this))
- , m_opacityAnimation(new QPropertyAnimation(m_blinkEffect, "opacity"))
+ : QWidget(parent)
+ , m_blinkEffect(new BlinkEffect(this))
+ , m_opacityAnimation(new QPropertyAnimation(m_blinkEffect, "opacity"))
{
m_blinkEffect->setOpacity(0);
setGraphicsEffect(m_blinkEffect);