pgAdmin 4 commit: Use nullptr instead of NULL or 0.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use nullptr instead of NULL or 0.
Date: 2018-12-06 10:17:51
Message-ID: E1gUqj9-0001YO-Fa@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-06 10:18:06 Re: Build failed in Jenkins: pgadmin4-master-python27 #825
Previous Message Dave Page 2018-12-06 10:16:02 pgAdmin 4 commit: Fix encoding test for older Python versions.