Qt: Add option to invoke the updater manually

This commit is contained in:
spycrab
2018-05-25 00:19:36 +02:00
parent dfb1dbad47
commit ec322271ee
4 changed files with 46 additions and 1 deletions

View File

@ -36,6 +36,10 @@ public:
void UpdateStateSlotMenu();
void UpdateToolsMenu(bool emulation_started);
#ifdef _WIN32
void InstallUpdateManually();
#endif
signals:
// File
void Open();