Qt: Implement missing "File" menu items

This commit is contained in:
spycrab
2018-03-23 01:18:53 +01:00
parent 5e76f3a6d4
commit 95a5a51e55
4 changed files with 65 additions and 2 deletions

View File

@ -128,6 +128,11 @@ private:
void OnExportRecording();
void ShowTASInput();
void ChangeDisc();
void EjectDisc();
QString PromptFileName();
void EnableScreenSaver(bool enable);
void OnStopComplete();