Give GamePropertiesDialog a parent

This commit is contained in:
Silent
2020-08-29 14:42:28 +02:00
parent 79aaf908a6
commit 800c5303de
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public:
GamePropertiesDialog(QtHostInterface* host_interface, QWidget* parent = nullptr);
~GamePropertiesDialog();
static void showForEntry(QtHostInterface* host_interface, const GameListEntry* ge);
static void showForEntry(QtHostInterface* host_interface, const GameListEntry* ge, QWidget* parent);
public Q_SLOTS:
void clear();