diff options
Diffstat (limited to 'deskutils/kdeplasma-addons-kde4/files/patch-applets_timer_timer.cpp')
-rw-r--r-- | deskutils/kdeplasma-addons-kde4/files/patch-applets_timer_timer.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/kdeplasma-addons-kde4/files/patch-applets_timer_timer.cpp b/deskutils/kdeplasma-addons-kde4/files/patch-applets_timer_timer.cpp deleted file mode 100644 index 2218e86f96c9..000000000000 --- a/deskutils/kdeplasma-addons-kde4/files/patch-applets_timer_timer.cpp +++ /dev/null @@ -1,13 +0,0 @@ -Fix ambiguous call on armv6/armv7. - ---- applets/timer/timer.cpp.orig 2017-01-12 05:36:14 UTC -+++ applets/timer/timer.cpp -@@ -498,7 +498,7 @@ void Timer::toggleTimerVisible() - m_blinkAnim = animGroup; - } - -- m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), 1.0) ? -+ m_blinkAnim->setDirection(qFuzzyCompare(m_hoursDigit[0]->opacity(), qreal(1.0)) ? - QAbstractAnimation::Forward : QAbstractAnimation::Backward); - m_blinkAnim->start(); - } |