summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-24 23:55:06 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-27 08:05:44 +0000
commit5e9053c3232e814a0e1cdbb115e00066107be1ba (patch)
tree407bd02841c920cec8ad9793af6b1e107bc528ce
parentd06f4a9a649e673e9d16988c7985f7cb0a3e5728 (diff)
downloadqtx11extras-5e9053c3232e814a0e1cdbb115e00066107be1ba.tar.gz
Replace Q_NULLPTR with nullptr
Change-Id: I34495213d5484036d1943140de8df4098684882e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--src/x11extras/qx11info_x11.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
/*!