mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Merge pull request #6497 from spycrab/qt_file
Qt: Implement missing "File" menu items
This commit is contained in:
commit
305b3dc835
4 changed files with 65 additions and 2 deletions
|
@ -133,6 +133,11 @@ private:
|
|||
void OnExportRecording();
|
||||
void ShowTASInput();
|
||||
|
||||
void ChangeDisc();
|
||||
void EjectDisc();
|
||||
|
||||
QString PromptFileName();
|
||||
|
||||
void EnableScreenSaver(bool enable);
|
||||
|
||||
void OnStopComplete();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue