Attempt to fix the MSVC build

remotes/origin/work/fhek/foreground_background_text
Volker Krause 4 years ago
parent f24aa63a97
commit f28764e59c
  1. 2
      shell/recentitemsmodel.cpp

@ -49,7 +49,7 @@ void RecentItemsModel::loadEntries(const KConfigGroup &cg)
nameKey = QStringLiteral("Name%1").arg(i); nameKey = QStringLiteral("Name%1").arg(i);
nameValue = cg.readPathEntry(nameKey, url.fileName()); nameValue = cg.readPathEntry(nameKey, url.fileName());
m_recentItems.append(RecentItem {.name = nameValue, .url = url}); m_recentItems.append(RecentItem {nameValue, url});
} }
Q_EMIT layoutChanged(); Q_EMIT layoutChanged();

Loading…
Cancel
Save