diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8322e2305..b904fec16 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -101,7 +101,7 @@ GMainWindow::GMainWindow() : config(new Config()), emu_thread(nullptr) { | |||
| 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); | 101 | addDockWidget(Qt::RightDockWidgetArea, graphicsTracingWidget); |
| 102 | graphicsTracingWidget->hide(); | 102 | graphicsTracingWidget->hide(); |
| 103 | 103 | ||
| 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica surface viewer"), this); | 104 | auto graphicsSurfaceViewerAction = new QAction(tr("Create Pica Surface Viewer"), this); |
| 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, | 105 | connect(graphicsSurfaceViewerAction, SIGNAL(triggered()), this, |
| 106 | SLOT(OnCreateGraphicsSurfaceViewer())); | 106 | SLOT(OnCreateGraphicsSurfaceViewer())); |
| 107 | 107 | ||