[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=365de57

The following commit has been merged in the master branch:
commit 365de5779a27bf19a613d6165d80d5b663021921
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Feb 7 13:15:08 2013 +0100

    Style cleanup
---
 kpeople/nepomuk-feeder/nepomuk-storage.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.h b/kpeople/nepomuk-feeder/nepomuk-storage.h
index 3f981b7..8190a5b 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.h
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.h
@@ -139,7 +139,7 @@ private Q_SLOTS:
 
     void onAccountsQueryFinishedListing();
     void onContactTimer();
-    void onContactGraphJob(KJob* job);
+    void onContactGraphJob(KJob *job);
 
 private:
     Q_DISABLE_COPY(NepomukStorage);
@@ -154,8 +154,8 @@ private:
     Nepomuk2::SimpleResourceGraph m_graph;
     QTimer m_graphTimer;
 
-    ContactResources findContact(const QString& path, const QString& id);
-    AccountResources findAccount(const QString& path);
+    ContactResources findContact(const QString &path, const QString &id);
+    AccountResources findAccount(const QString &path);
 
     void fireGraphTimer();
 };

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list