Qt: Drop Qt 6.1 workaround in Host::GetTopLevelWindowInfo()

This commit is contained in:
Stenzek
2023-11-27 00:15:55 +10:00
parent c40cc4ef43
commit 5a0a6ebe06
3 changed files with 11 additions and 10 deletions

View File

@@ -104,7 +104,7 @@ public Q_SLOTS:
bool requestShutdown(bool allow_confirm = true, bool allow_save_to_state = true, bool save_state = true);
void requestExit(bool allow_confirm = true);
void checkForSettingChanges();
void getWindowInfo(WindowInfo* wi);
std::optional<WindowInfo> getWindowInfo();
void checkForUpdates(bool display_message);