mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +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
Reference in a new issue