citra_qt: set object name for LLEServiceModulesWidget

Gets rid of a qt error that occurs when Citra is closed.
This commit is contained in:
zhaowenlan1779 2018-08-14 20:28:47 +08:00 committed by GitHub
parent 5e658efdb8
commit e837717592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
LLEServiceModulesWidget::LLEServiceModulesWidget(QWidget* parent)
: QDockWidget(tr("Toggle LLE Service Modules"), parent) {
setObjectName("LLEServiceModulesWidget");
QScrollArea* scroll_area = new QScrollArea;
QLayout* scroll_layout = new QVBoxLayout;
for (const auto& service_module : Settings::values.lle_modules) {