MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / setCustomDisplayName

Method setCustomDisplayName

pcsx2-qt/Debugger/DebuggerView.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool DebuggerView::setCustomDisplayName(QString display_name)
71{
72 if (display_name.size() > DockUtils::MAX_DOCK_WIDGET_NAME_SIZE)
73 return false;
74
75 m_custom_display_name = display_name;
76 return true;
77}
78
79bool DebuggerView::isPrimary() const
80{

Callers 3

DockLayoutMethod · 0.80
recreateDebuggerViewMethod · 0.80
openContextMenuMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected