pgAdmin 4 commit: Use Q_NULLPTR instead of nullptr as some of our older

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Use Q_NULLPTR instead of nullptr as some of our older
Date: 2018-12-06 10:40:52
Message-ID: E1gUr5Q-00039D-RX@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2018-12-06 10:48:22 Build failed in Jenkins: pgadmin4-master-python36 #817
Previous Message pgAdmin 4 Jenkins 2018-12-06 10:39:14 Build failed in Jenkins: pgadmin4-master-python34 #815