mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 22:40:27 +02:00
FIxing a warning on unix
This commit is contained in:
parent
c7702048ad
commit
7f22ac1be4
1 changed files with 0 additions and 1 deletions
|
@ -4111,7 +4111,6 @@ bool Application::eventFilter(QObject* object, QEvent* event) {
|
||||||
|
|
||||||
auto eventType = event->type();
|
auto eventType = event->type();
|
||||||
if (eventType == QEvent::KeyPress || eventType == QEvent::KeyRelease || eventType == QEvent::MouseMove) {
|
if (eventType == QEvent::KeyPress || eventType == QEvent::KeyRelease || eventType == QEvent::MouseMove) {
|
||||||
RefreshRateManager& refreshRateManager = getRefreshRateManager();
|
|
||||||
getRefreshRateManager().resetInactiveTimer();
|
getRefreshRateManager().resetInactiveTimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue