[libcalamares] Coding style

This commit is contained in:
Adriaan de Groot 2020-02-11 15:25:28 +01:00
parent 1b3d32ca79
commit 241cb04f06
2 changed files with 11 additions and 9 deletions

View File

@ -21,8 +21,8 @@
#define LOCALE_LABEL_H #define LOCALE_LABEL_H
#include <QLocale> #include <QLocale>
#include <QString>
#include <QObject> #include <QObject>
#include <QString>
namespace CalamaresUtils namespace CalamaresUtils
{ {
@ -61,7 +61,9 @@ public:
* The @p format determines whether the country name is always present * The @p format determines whether the country name is always present
* in the label (human-readable form) or only if needed for disambiguation. * in the label (human-readable form) or only if needed for disambiguation.
*/ */
Label( const QString& localeName, LabelFormat format = LabelFormat::IfNeededWithCountry, QObject* parent = nullptr ); Label( const QString& localeName,
LabelFormat format = LabelFormat::IfNeededWithCountry,
QObject* parent = nullptr );
/** @brief Define a sorting order. /** @brief Define a sorting order.
* *