aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/qwineventfilter.cpp
diff options
context:
space:
mode:
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;
}