Qt: Fix CD-ROM menu not updating after ejecting a CD from the guest

This commit is contained in:
Alexander Babikov
2024-03-20 20:41:31 +05:00
parent d2c5420a34
commit 9354c6a6ef
4 changed files with 24 additions and 55 deletions

View File

@@ -45,6 +45,7 @@ public:
void cdromMount(int i, const QString &filename);
void cdromEject(int i);
void cdromReload(int index, int slot);
void cdromUpdateUi(int i);
void updateImageHistory(int index, int slot, ui::MediaType type);
void clearImageHistory();
void cdromUpdateMenu(int i);