aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/qwineventfilter.cpp
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-26 17:13:56 +0000
commit8b1769f9e33ffe820c39f8f2a43a575ab5ae7772 (patch)
tree579300539a7cd1b79ff98e804473027f9ac04042 /src/winextras/qwineventfilter.cpp
parentb1ff51b6d555011e28ab8e9d28cddf88c88bfc46 (diff)
Replace Q_NULLPTR with nullptr
Change-Id: Ia07741ad7ee5174c03b12d6880e00d279a6d4eae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/winextras/qwineventfilter.cpp')
-rw-r--r--src/winextras/qwineventfilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winextras/qwineventfilter.cpp b/src/winextras/qwineventfilter.cpp
index 6b31e71..4ec3bdc 100644
--- a/src/winextras/qwineventfilter.cpp
+++ b/src/winextras/qwineventfilter.cpp
@@ -118,5 +118,5 @@ QWindow *QWinEventFilter::findWindow(HWND handle)
if (topLevel->handle() && topLevel->winId() == wid)
return topLevel;
}
- return Q_NULLPTR;
+ return nullptr;
}