diff --git a/applets/kicker/plugin/runnermodel.cpp b/applets/kicker/plugin/runnermodel.cpp index 199fde84f..2ad979914 100644 --- a/applets/kicker/plugin/runnermodel.cpp +++ b/applets/kicker/plugin/runnermodel.cpp @@ -257,7 +257,7 @@ void RunnerModel::matchesChanged(const QList &matches) QStringLiteral("shell"), QStringLiteral("bookmarks"), QStringLiteral("recentdocuments"), - QStringLiteral("locations")}; + QStringLiteral("locations"),}; if (m_runners.isEmpty()) { const auto baloo = matchesForRunner.take(QStringLiteral("baloosearch")); const auto appstream = matchesForRunner.take(QStringLiteral("krunner_appstream")); diff --git a/applets/systemtray/sortedsystemtraymodel.cpp b/applets/systemtray/sortedsystemtraymodel.cpp index c824eea02..209d43b50 100644 --- a/applets/systemtray/sortedsystemtraymodel.cpp +++ b/applets/systemtray/sortedsystemtraymodel.cpp @@ -27,7 +27,7 @@ static const QList s_categoryOrder = {QStringLiteral("UnknownCategory") QStringLiteral("ApplicationStatus"), QStringLiteral("Communications"), QStringLiteral("SystemServices"), - QStringLiteral("Hardware")}; + QStringLiteral("Hardware"),}; SortedSystemTrayModel::SortedSystemTrayModel(SortingType sorting, QObject *parent) : QSortFilterProxyModel(parent) diff --git a/dataengines/soliddevice/soliddeviceengine.cpp b/dataengines/soliddevice/soliddeviceengine.cpp index a191c3e1f..2acedf2f0 100644 --- a/dataengines/soliddevice/soliddeviceengine.cpp +++ b/dataengines/soliddevice/soliddeviceengine.cpp @@ -419,7 +419,7 @@ bool SolidDeviceEngine::populateDeviceData(const QString &name) Solid::DeviceInterface::StorageAccess, Solid::DeviceInterface::Block, Solid::DeviceInterface::Battery, - Solid::DeviceInterface::Processor}; + Solid::DeviceInterface::Processor,}; for (int i = 0; i < 11; ++i) { const Solid::DeviceInterface *interface = device.asDeviceInterface(typeOrder[i]); diff --git a/kcms/kfontinst/lib/WritingSystems.cpp b/kcms/kfontinst/lib/WritingSystems.cpp index 5fda8212e..0c434f4c5 100644 --- a/kcms/kfontinst/lib/WritingSystems.cpp +++ b/kcms/kfontinst/lib/WritingSystems.cpp @@ -98,7 +98,7 @@ static const struct { {QFontDatabase::Myanmar, 0x1000}, {QFontDatabase::Ogham, 0x1681}, {QFontDatabase::Runic, 0x16a0}, - {QFontDatabase::Any, 0x0}}; + {QFontDatabase::Any, 0x0},}; qulonglong WritingSystems::get(FcPattern *pat) const {