forked from qt-creator/qt-creator
Core: Fix compilation
Change-Id: Icae9a1db31e887c751b3a0c71cfd93b4fa6ead98 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
111a230659
commit
67153b225f
@@ -156,7 +156,7 @@ void ThemeSettingsWidget::refreshThemeList()
|
||||
|
||||
void ThemeSettingsWidget::apply()
|
||||
{
|
||||
const int index = d->m_ui->themeComboBox->currentIndex();
|
||||
const int index = d->m_themeComboBox->currentIndex();
|
||||
if (index == -1)
|
||||
return;
|
||||
const QString themeId = d->m_themeListModel->themeAt(index).id().toString();
|
||||
|
Reference in New Issue
Block a user