aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmebackend.h
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-12-13 09:16:41 +0000
committerIngo Klöcker <[email protected]>2023-12-13 12:04:32 +0000
commitf7d69de030b36c1f8cb3491dc97750fb7725f258 (patch)
treec466b7b559f4e18479f1b6f4b2b65907a89e87f7 /lang/qt/src/qgpgmebackend.h
parentcore: percent decode filename (diff)
downloadgpgme-f7d69de030b36c1f8cb3491dc97750fb7725f258.tar.gz
gpgme-f7d69de030b36c1f8cb3491dc97750fb7725f258.zip
qt: Replace Q_NULLPTR with nullptr
* lang/qt/src/defaultkeygenerationjob.h, lang/qt/src/qgpgmebackend.h, lang/qt/src/quickjob.h, lang/qt/src/threadedjobmixin.h: Replace all occurrences of Q_NULLPTR with nullptr. --
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