mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Qt/JITWidget: Add object name
This commit is contained in:
parent
fc525bdf8f
commit
f7b188c7b4
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
JITWidget::JITWidget(QWidget* parent) : QDockWidget(parent)
|
||||
{
|
||||
setWindowTitle(tr("JIT Blocks"));
|
||||
setObjectName(QStringLiteral("jitwidget"));
|
||||
|
||||
setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
|
||||
auto& settings = Settings::GetQSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue