mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Use nullptr instead of NULL or 0.
This commit is contained in:
parent
566ff7b609
commit
312bcbc83f
@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
#include "pgAdmin4.h"
|
#include "pgAdmin4.h"
|
||||||
#include "Logger.h"
|
#include "Logger.h"
|
||||||
Logger* Logger::m_pThis = NULL;
|
Logger* Logger::m_pThis = nullptr;
|
||||||
QString Logger::m_sFileName = "";
|
QString Logger::m_sFileName = "";
|
||||||
QFile* Logger::m_Logfile = NULL;
|
QFile* Logger::m_Logfile = nullptr;
|
||||||
|
|
||||||
Logger::Logger()
|
Logger::Logger()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user