aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmebackend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmebackend.h')
-rw-r--r--lang/qt/src/qgpgmebackend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/qgpgmebackend.h b/lang/qt/src/qgpgmebackend.h
index 6c655e96..2e26d4a3 100644
--- a/lang/qt/src/qgpgmebackend.h
+++ b/lang/qt/src/qgpgmebackend.h
@@ -68,8 +68,8 @@ public:
static const char OpenPGP[];
static const char SMIME[];
- bool checkForOpenPGP(QString *reason = Q_NULLPTR) const;
- bool checkForSMIME(QString *reason = Q_NULLPTR) const;
+ bool checkForOpenPGP(QString *reason = nullptr) const;
+ bool checkForSMIME(QString *reason = nullptr) const;
bool checkForProtocol(const char *name, QString *reason) const;
bool supportsOpenPGP() const