mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
[Qt] Preparations before making the Qt builds public
This commit is contained in:
parent
c3cd6acefe
commit
79079f35e2
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent)
|
|||
auto aboutMenu = menuBar->addMenu(tr("About"));
|
||||
|
||||
// Create and bind actions for them
|
||||
auto pandaAction = fileMenu->addAction(tr("panda..."));
|
||||
auto pandaAction = fileMenu->addAction(tr("Load game"));
|
||||
connect(pandaAction, &QAction::triggered, this, &MainWindow::selectROM);
|
||||
|
||||
auto pauseAction = emulationMenu->addAction(tr("Pause"));
|
||||
|
|
Loading…
Add table
Reference in a new issue