Qt: Fix main window stuck open after update

This commit is contained in:
Stenzek
2024-03-23 02:26:50 +10:00
parent d96062b690
commit 4d5c8cb134
2 changed files with 21 additions and 3 deletions

View File

@@ -87,6 +87,9 @@ public:
/// Locks the system by pausing it, while a popup dialog is displayed.
SystemLock pauseAndLockSystem();
/// Force quits the application.
void quit();
/// Accessors for the status bar widgets, updated by the emulation thread.
ALWAYS_INLINE QLabel* getStatusRendererWidget() const { return m_status_renderer_widget; }
ALWAYS_INLINE QLabel* getStatusResolutionWidget() const { return m_status_resolution_widget; }