parent
dadc9dc158
commit
29ea4a90c1
@ -1,2 +1,3 @@
|
||||
accounts-qt-0.31.tar.gz
|
||||
/accounts-qt-1.6.tar.bz2
|
||||
/accounts-qt-1.11.tar.bz2
|
||||
|
@ -1,21 +0,0 @@
|
||||
diff -up accounts-qt-1.6/Accounts/account.h.do-not-initialize-qstring-to-null accounts-qt-1.6/Accounts/account.h
|
||||
--- accounts-qt-1.6/Accounts/account.h.do-not-initialize-qstring-to-null 2013-02-20 15:02:37.000000000 +0100
|
||||
+++ accounts-qt-1.6/Accounts/account.h 2013-03-04 09:34:02.324000094 +0100
|
||||
@@ -105,7 +105,7 @@ public:
|
||||
|
||||
bool supportsService(const QString &serviceType) const;
|
||||
|
||||
- ServiceList services(const QString &serviceType = NULL) const;
|
||||
+ ServiceList services(const QString &serviceType = QString()) const;
|
||||
ServiceList enabledServices() const;
|
||||
|
||||
bool enabled() const;
|
||||
@@ -169,7 +169,7 @@ public:
|
||||
bool default_value = false,
|
||||
SettingSource *source = 0) const;
|
||||
|
||||
- Watch *watchKey(const QString &key = NULL);
|
||||
+ Watch *watchKey(const QString &key = QString());
|
||||
|
||||
void sync();
|
||||
bool syncAndBlock();
|
Loading…
Reference in new issue