diff options
| author | 2018-12-03 20:26:31 -0500 | |
|---|---|---|
| committer | 2018-12-03 20:26:31 -0500 | |
| commit | 3820267cf16d09b7e8e2d7a8f30b7a340f300934 (patch) | |
| tree | 0b8c79a7135d8190bfdb75892c876cfba77c1444 /src/modules/addon | |
| parent | Remove reliance Q_DISABLE_COPY macro (diff) | |
| download | KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.gz KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.tar.bz2 KVIrc-3820267cf16d09b7e8e2d7a8f30b7a340f300934.zip | |
Convert 0s and NULLs to nullptr
Diffstat (limited to 'src/modules/addon')
| -rw-r--r-- | src/modules/addon/AddonFunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/AddonFunctions.h b/src/modules/addon/AddonFunctions.h index 6d4d9cae2..27071dc56 100644 --- a/src/modules/addon/AddonFunctions.h +++ b/src/modules/addon/AddonFunctions.h @@ -50,7 +50,7 @@ namespace AddonFunctions bool checkDirTree(const QString & szDirPath, QString * pszError); bool pack(AddonInfo & info, QString & szError); bool notAValidAddonPackage(QString & szError); - bool installAddonPackage(const QString & szAddonPackageFileName, QString & szError, QWidget * pDialogParent = 0); + bool installAddonPackage(const QString & szAddonPackageFileName, QString & szError, QWidget * pDialogParent = nullptr); QString createRandomDir(); } |
