clang-format src

This commit is contained in:
Lars Toenning
2023-04-13 14:20:16 +02:00
parent ba41d4887b
commit 970b7c3650
1501 changed files with 20326 additions and 17820 deletions

View File

@@ -22,7 +22,7 @@ namespace BlackCore
using namespace BlackMisc::Weather;
CPluginManagerWeatherData::CPluginManagerWeatherData(QObject *parent) : IPluginManager(parent)
{ }
{}
IWeatherDataFactory *CPluginManagerWeatherData::getFactory(const QString &pluginId)
{
@@ -57,8 +57,7 @@ namespace BlackCore
BlackMisc::CSequence<QString> CPluginManagerWeatherData::acceptedIids() const
{
return
{
return {
QStringLiteral("org.swift-project.blackcore.weatherdata")
};
}