[netinstall] Apply coding style
This commit is contained in:
parent
8e8525a941
commit
79b4f918fc
@ -170,7 +170,8 @@ Config::receivedGroupData()
|
||||
}
|
||||
}
|
||||
|
||||
Config::SourceItem Config::SourceItem::makeSourceItem(const QVariantMap& configurationMap, const QString& groupsUrl)
|
||||
Config::SourceItem
|
||||
Config::SourceItem::makeSourceItem( const QVariantMap& configurationMap, const QString& groupsUrl )
|
||||
{
|
||||
if ( groupsUrl == QStringLiteral( "local" ) )
|
||||
{
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include "locale/TranslatableConfiguration.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QUrl>
|
||||
#include <QQueue>
|
||||
#include <QUrl>
|
||||
#include <QVariantMap>
|
||||
|
||||
class QNetworkReply;
|
||||
|
Loading…
Reference in New Issue
Block a user