[kdeplasma-addons/KDE/4.13] applets/fuzzy-clock: initialize m_configUpdated

Andre Woebbeking Woebbeking at kde.org
Sun Jun 22 12:58:32 UTC 2014


Git commit 6b1736447555e3242b97aca2e7d6ab542a482ea8 by Andre Woebbeking.
Committed on 22/06/2014 at 12:58.
Pushed by woebbe into branch 'KDE/4.13'.

initialize m_configUpdated

CCMAIL:plasma-devel at kde.org

Could anyone please merge this in master or frameworks?

M  +1    -0    applets/fuzzy-clock/fuzzyClock.cpp

http://commits.kde.org/kdeplasma-addons/6b1736447555e3242b97aca2e7d6ab542a482ea8

diff --git a/applets/fuzzy-clock/fuzzyClock.cpp b/applets/fuzzy-clock/fuzzyClock.cpp
index 2cd189d..06afdc3 100644
--- a/applets/fuzzy-clock/fuzzyClock.cpp
+++ b/applets/fuzzy-clock/fuzzyClock.cpp
@@ -37,6 +37,7 @@ Clock::Clock(QObject *parent, const QVariantList &args)
       m_oldContentSize(QSizeF (0,0)),
       m_adjustToHeight(1),
       m_useCustomFontColor(false),
+      m_configUpdated(false),
       m_fontColor(Qt::white),
       m_fontTimeBold(false),
       m_fontTimeItalic(false),


More information about the Plasma-devel mailing list