[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:05:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=aae7ee5

The following commit has been merged in the master branch:
commit aae7ee52b63cb66c53f7b10a848e8763e97e4f08
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Wed Aug 6 13:16:21 2014 +0200

    Add the missing arg to the overriden function, otherwise breaks build
---
 src/KCMTelepathyAccounts/parameter-edit-delegate.cpp | 3 ++-
 src/KCMTelepathyAccounts/parameter-edit-delegate.h   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp b/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
index ba01336..fdfe71d 100644
--- a/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
+++ b/src/KCMTelepathyAccounts/parameter-edit-delegate.cpp
@@ -41,8 +41,9 @@ ParameterEditDelegate::~ParameterEditDelegate()
 }
 
 
-QList<QWidget*> ParameterEditDelegate::createItemWidgets() const
+QList<QWidget*> ParameterEditDelegate::createItemWidgets(const QModelIndex &index) const
 {
+    Q_UNUSED(index)
     QList<QWidget*> widgets;
 
     // Create all the possible widgets for displaying the parameter.
diff --git a/src/KCMTelepathyAccounts/parameter-edit-delegate.h b/src/KCMTelepathyAccounts/parameter-edit-delegate.h
index 3a330ce..9d878b1 100644
--- a/src/KCMTelepathyAccounts/parameter-edit-delegate.h
+++ b/src/KCMTelepathyAccounts/parameter-edit-delegate.h
@@ -45,7 +45,7 @@ Q_SIGNALS:
     void dataChanged(const QModelIndex &index, const QVariant &value, int role);
 
 protected:
-    virtual QList<QWidget*> createItemWidgets() const;
+    virtual QList<QWidget*> createItemWidgets(const QModelIndex &index) const;
     virtual void updateItemWidgets(const QList<QWidget*> widgets,
                                    const QStyleOptionViewItem &option,
                                    const QPersistentModelIndex &index) const;

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list