mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #6912 from spycrab/qt_jit_widget
Qt/JITWidget: Add object name
This commit is contained in:
commit
464bfb073e
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