Frontend: Allow opening the Surface View widget in the Qt frontend.
This commit is contained in:
parent
1c31e2b3d2
commit
025d111308
2 changed files with 8 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue