pgAdmin 4 commit: Use nullptr instead of NULL or 0. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Use nullptr instead of NULL or 0.
Date
Msg-id E1gUqj9-0001YO-Fa@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Use nullptr instead of NULL or 0.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=45cd17af84f51ac56942620f1a5b0e84940627c3

Modified Files
--------------
runtime/ConfigWindow.h     |  2 +-
runtime/FloatingWindow.cpp | 14 +++++++-------
runtime/FloatingWindow.h   |  2 +-
runtime/LogWindow.cpp      |  2 +-
runtime/LogWindow.h        |  2 +-
runtime/Logger.cpp         | 10 +++++-----
runtime/Logger.h           |  1 +
runtime/MenuActions.cpp    | 10 +++++-----
runtime/Server.cpp         | 18 +++++++++---------
runtime/pgAdmin4.cpp       | 34 +++++++++++++++++-----------------
10 files changed, 48 insertions(+), 47 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix encoding test for older Python versions.
Next
From: Dave Page
Date:
Subject: Re: Build failed in Jenkins: pgadmin4-master-python27 #825