Additional lint

This commit is contained in:
Jasmine Iwanek
2023-10-13 14:17:02 -04:00
parent f6a5229a98
commit a753cd16dc
3 changed files with 4 additions and 5 deletions

View File

@@ -143,5 +143,4 @@ RendererCommon::eventDelegate(QEvent *event, bool &result)
result = QApplication::sendEvent(parentWidget, event); result = QApplication::sendEvent(parentWidget, event);
return true; return true;
} }
return false;
} }