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/window/UserWindow.h | |
| 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/window/UserWindow.h')
| -rw-r--r-- | src/modules/window/UserWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/window/UserWindow.h b/src/modules/window/UserWindow.h index ab8901db8..a7a8cd597 100644 --- a/src/modules/window/UserWindow.h +++ b/src/modules/window/UserWindow.h @@ -37,7 +37,7 @@ public: }; public: - UserWindow(const char * pcName, QString & szIcon, KviConsoleWindow * pConsole = 0, int iCreationFlags = 0); + UserWindow(const char * pcName, QString & szIcon, KviConsoleWindow * pConsole = nullptr, int iCreationFlags = 0); ~UserWindow(); protected: |
