mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 03:45:38 -04:00
[netinstall] Apply coding style
This commit is contained in:
parent
8e8525a941
commit
79b4f918fc
2 changed files with 6 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue