Skip to content
Snippets Groups Projects
Commit 84d11d7f authored by Tony Wasserka's avatar Tony Wasserka
Browse files

Merge pull request #380 from Yllodra/graphics-debugger-save-state

Set object name for the Graphics Debugger
parents 08b6cf77 a35e3a86
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ void GPUCommandStreamItemModel::OnGXCommandFinishedInternal(int total_command_co ...@@ -72,7 +72,7 @@ void GPUCommandStreamItemModel::OnGXCommandFinishedInternal(int total_command_co
GPUCommandStreamWidget::GPUCommandStreamWidget(QWidget* parent) : QDockWidget(tr("Graphics Debugger"), parent) GPUCommandStreamWidget::GPUCommandStreamWidget(QWidget* parent) : QDockWidget(tr("Graphics Debugger"), parent)
{ {
// TODO: set objectName! setObjectName("GraphicsDebugger");
GPUCommandStreamItemModel* command_model = new GPUCommandStreamItemModel(this); GPUCommandStreamItemModel* command_model = new GPUCommandStreamItemModel(this);
g_debugger.RegisterObserver(command_model); g_debugger.RegisterObserver(command_model);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment