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


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

The following commit has been merged in the master branch:
commit 5c15bd21685c8790ea4f9258804fa162c5f5aa5e
Author: George Goldberg <george.goldberg at collabora.co.uk>
Date:   Fri Jan 28 15:32:03 2011 +0000

    George Kiagiadakis Review: remove unncessary virtual function.
---
 kpeople/nepomuk-feeder/nepomuk-storage.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kpeople/nepomuk-feeder/nepomuk-storage.h b/kpeople/nepomuk-feeder/nepomuk-storage.h
index f85fafc..8452811 100644
--- a/kpeople/nepomuk-feeder/nepomuk-storage.h
+++ b/kpeople/nepomuk-feeder/nepomuk-storage.h
@@ -98,7 +98,7 @@ public Q_SLOTS:
     virtual void setContactSubscriptionState(const QString &path, const QString &id, const Tp::Contact::PresenceState &state);
 
 private Q_SLOTS:
-    virtual void onNepomukError(const QString &uri, int errorCode);
+    void onNepomukError(const QString &uri, int errorCode);
 
 private:
     Q_DISABLE_COPY(NepomukStorage);

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list