From 5e9053c3232e814a0e1cdbb115e00066107be1ba Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Sun, 24 Sep 2017 23:55:06 +0200 Subject: Replace Q_NULLPTR with nullptr Change-Id: I34495213d5484036d1943140de8df4098684882e Reviewed-by: Lars Knoll --- src/x11extras/qx11info_x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp index 31bc405..6c40c63 100644 --- a/src/x11extras/qx11info_x11.cpp +++ b/src/x11extras/qx11info_x11.cpp @@ -65,7 +65,7 @@ static QScreen *findScreenForVirtualDesktop(int virtualDesktopNumber) if (QXcbScreenFunctions::virtualDesktopNumber(screen) == virtualDesktopNumber) return screen; } - return Q_NULLPTR; + return nullptr; } /*! -- cgit v1.2.1