Thread: pgAdmin 4 commit: Use Q_NULLPTR instead of nullptr as some of ourolder

pgAdmin 4 commit: Use Q_NULLPTR instead of nullptr as some of ourolder

From
Dave Page
Date:
Use Q_NULLPTR instead of nullptr as some of our older build machines don't support C++ 11.

Branch
------
master

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

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         | 14 +++++++-------
runtime/MenuActions.cpp    | 10 +++++-----
runtime/Server.cpp         | 18 +++++++++---------
runtime/TrayIcon.cpp       | 20 ++++++++++----------
runtime/pgAdmin4.cpp       | 34 +++++++++++++++++-----------------
10 files changed, 59 insertions(+), 59 deletions(-)