[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:10:21 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=3cb06dc

The following commit has been merged in the master branch:
commit 3cb06dcb1c8df6f7ed07f5fb3b9e7f2587ab144c
Author: Davide Bettio <davide.bettio at kdemail.net>
Date:   Sun Apr 27 13:26:03 2008 +0000

    API REVIEW FIX: constraintUpdated() -> constraintEvent() + protected
    
    svn path=/trunk/playground/base/plasma/applets/presence/; revision=801693
---
 presence/src/presence.cpp | 2 +-
 presence/src/presence.h   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/presence/src/presence.cpp b/presence/src/presence.cpp
index aff1e69..f2830db 100644
--- a/presence/src/presence.cpp
+++ b/presence/src/presence.cpp
@@ -100,7 +100,7 @@ Presence::~Presence()
 
 }
 
-void Presence::constraintsUpdated(Plasma::Constraints constraints)
+void Presence::constraintsEvent(Plasma::Constraints constraints)
 {
     if (constraints & Plasma::SizeConstraint) {
         if (m_layout) {
diff --git a/presence/src/presence.h b/presence/src/presence.h
index 33d79de..6063506 100644
--- a/presence/src/presence.h
+++ b/presence/src/presence.h
@@ -49,7 +49,9 @@ class Presence : public Plasma::Applet
         void sourceAdded(const QString& source);
         void sourceRemoved(const QString& source);
         void dataUpdated(const QString &source, const Plasma::DataEngine::Data &data);
-        void constraintsUpdated(Plasma::Constraints constraints);
+
+    protected:
+        void constraintsEvent(Plasma::Constraints constraints);
 
     private:
         QGraphicsLinearLayout* m_layout;

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list