[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:16:11 UTC 2016


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

The following commit has been merged in the master branch:
commit b6ac8ca4b874a11bfb400ece2d864777d4aa36bc
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Jan 3 16:59:42 2013 +0100

    Mark properties as constant
    
    Solves warning, specifies that it's not going to change.
    
    Kindly reviewed by dvratil and d_ed over IRC
---
 declarative-plugin/contact-list.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/declarative-plugin/contact-list.h b/declarative-plugin/contact-list.h
index 5997ec3..1356d0b 100644
--- a/declarative-plugin/contact-list.h
+++ b/declarative-plugin/contact-list.h
@@ -31,8 +31,8 @@ class ContactList : public QObject
 {
     Q_OBJECT
 public:
-    Q_PROPERTY(QObject* model READ flatModel)
-    Q_PROPERTY(QObject* filter READ filterModel)
+    Q_PROPERTY(QObject* model READ flatModel CONSTANT)
+    Q_PROPERTY(QObject* filter READ filterModel CONSTANT)
 
 
     ContactList(QObject *parent=0);

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list