Qt: Fix activation of existing game properties windows

This commit is contained in:
Stenzek
2023-12-28 15:50:01 +10:00
parent 6d3e3f78da
commit b75528272e
2 changed files with 14 additions and 13 deletions

View File

@@ -126,6 +126,4 @@ private:
QObject* m_current_help_widget = nullptr;
QMap<QObject*, QString> m_widget_help_text_map;
std::string m_game_serial;
};