fix(gamescope): MSVC Compilation Error

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-05 11:08:25 +00:00
parent 136e04de5b
commit 2fc9ab97be

View File

@@ -313,7 +313,6 @@ void PerformanceOverlay::UpdateHardwareTemperatures() {
} }
} }
#endif #endif
}
#if defined(Q_OS_ANDROID) #if defined(Q_OS_ANDROID)
QJniObject battery_status = QJniObject::callStaticObjectMethod( QJniObject battery_status = QJniObject::callStaticObjectMethod(
@@ -370,6 +369,7 @@ void PerformanceOverlay::UpdateHardwareTemperatures() {
if(pSvc) pSvc->Release(); if(pSvc) pSvc->Release();
if(pLoc) pLoc->Release(); if(pLoc) pLoc->Release();
#endif #endif
}
void PerformanceOverlay::UpdatePosition() { void PerformanceOverlay::UpdatePosition() {
if (main_window && !has_been_moved) { if (main_window && !has_been_moved) {