Merge pull request #6497 from spycrab/qt_file

Qt: Implement missing "File" menu items
This commit is contained in:
Léo Lam
2018-03-24 09:10:49 +01:00
committed by GitHub
4 changed files with 65 additions and 2 deletions

View File

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