Remove unneeded this

This commit is contained in:
Jonas Kvinge
2021-09-13 20:49:33 +02:00
parent d78ee3d62b
commit d5b0794b00
20 changed files with 40 additions and 40 deletions

View File

@@ -458,7 +458,7 @@ void OSDPretty::Reposition() {
// On windows, enable blurbehind on the masked area
#ifdef Q_OS_WIN
Utilities::enableBlurBehindWindow(this->windowHandle(), QRegion(mask));
Utilities::enableBlurBehindWindow(windowHandle(), QRegion(mask));
#endif
}