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
commit 305b3dc835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();