[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 23:57:36 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=6cf17f6
The following commit has been merged in the master branch:
commit 6cf17f68c182401ee25b669e8bb2b51fed5d65bb
Author: George Goldberg <grundleborg at googlemail.com>
Date: Mon Jul 27 21:27:34 2009 +0000
Add a pure virtual method to AbstractAccountUiPlugin to get the AccountUiPlugin for a given protocol/cm combo.
svn path=/trunk/playground/network/telepathy-accounts-kcm/; revision=1003229
---
src/libkcmtelepathyaccounts/abstract-account-ui-plugin.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/libkcmtelepathyaccounts/abstract-account-ui-plugin.h b/src/libkcmtelepathyaccounts/abstract-account-ui-plugin.h
index af1528f..00b3af1 100644
--- a/src/libkcmtelepathyaccounts/abstract-account-ui-plugin.h
+++ b/src/libkcmtelepathyaccounts/abstract-account-ui-plugin.h
@@ -27,6 +27,8 @@
#include <QtCore/QObject>
#include <QtCore/QString>
+class AbstractAccountUi;
+
class KDE_EXPORT AbstractAccountUiPlugin : public QObject
{
Q_OBJECT
@@ -38,6 +40,8 @@ public:
virtual const QMap<QString, QString> &providedProtocols() const;
+ virtual AbstractAccountUi* accountUi(const QString *connectionManager, const QString &protocol) = 0;
+
protected:
virtual void registerProvidedProtocol(const QString &connectionManager, const QString &protocol);
--
ktp-accounts-kcm packaging
More information about the pkg-kde-commits
mailing list