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

@@ -20,9 +20,8 @@ using namespace BlackCore;
namespace BlackGui::Components
{
CCountrySelector::CCountrySelector(QWidget *parent) :
QFrame(parent),
ui(new Ui::CCountrySelector)
CCountrySelector::CCountrySelector(QWidget *parent) : QFrame(parent),
ui(new Ui::CCountrySelector)
{
Q_ASSERT_X(sGui, Q_FUNC_INFO, "Missing sGui");
ui->setupUi(this);
@@ -36,7 +35,7 @@ namespace BlackGui::Components
}
CCountrySelector::~CCountrySelector()
{ }
{}
void CCountrySelector::setCountry(const CCountry &country)
{