Frontend: Allow opening the Surface View widget in the Qt frontend.

This commit is contained in:
Subv
2018-03-22 15:30:43 -05:00
parent 1c31e2b3d2
commit 025d111308
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class EmuThread;
class GameList;
class GImageInfo;
class GraphicsBreakPointsWidget;
class GraphicsSurfaceWidget;
class GRenderWindow;
class MicroProfileDialog;
class ProfilerWidget;
@ -155,6 +156,7 @@ private:
MicroProfileDialog* microProfileDialog;
RegistersWidget* registersWidget;
GraphicsBreakPointsWidget* graphicsBreakpointsWidget;
GraphicsSurfaceWidget* graphicsSurfaceWidget;
WaitTreeWidget* waitTreeWidget;
QAction* actions_recent_files[max_recent_files_item];