summaryrefslogtreecommitdiff
path: root/TelepathyQt/readiness-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/readiness-helper.h')
-rw-r--r--TelepathyQt/readiness-helper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TelepathyQt/readiness-helper.h b/TelepathyQt/readiness-helper.h
index 51336144..b2cd55b7 100644
--- a/TelepathyQt/readiness-helper.h
+++ b/TelepathyQt/readiness-helper.h
@@ -79,11 +79,11 @@ public:
ReadinessHelper(RefCounted *object,
uint currentStatus = 0,
const Introspectables &introspectables = Introspectables(),
- QObject *parent = 0);
+ QObject *parent = nullptr);
ReadinessHelper(DBusProxy *proxy,
uint currentStatus = 0,
const Introspectables &introspectables = Introspectables(),
- QObject *parent = 0);
+ QObject *parent = nullptr);
~ReadinessHelper() override;
void addIntrospectables(const Introspectables &introspectables);
@@ -100,9 +100,9 @@ public:
Features missingFeatures() const;
bool isReady(const Feature &feature,
- QString *errorName = 0, QString *errorMessage = 0) const;
+ QString *errorName = nullptr, QString *errorMessage = nullptr) const;
bool isReady(const Features &features,
- QString *errorName = 0, QString *errorMessage = 0) const;
+ QString *errorName = nullptr, QString *errorMessage = nullptr) const;
PendingReady *becomeReady(const Features &requestedFeatures);
void setIntrospectCompleted(const Feature &feature, bool success,