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

@@ -25,9 +25,8 @@ using namespace BlackCore::Context;
namespace BlackGui::Components
{
CAtcButtonComponent::CAtcButtonComponent(QWidget *parent) :
QFrame(parent),
ui(new Ui::CAtcButtonComponent)
CAtcButtonComponent::CAtcButtonComponent(QWidget *parent) : QFrame(parent),
ui(new Ui::CAtcButtonComponent)
{
ui->setupUi(this);
if (sGui && sGui->getIContextNetwork())
@@ -40,7 +39,7 @@ namespace BlackGui::Components
}
CAtcButtonComponent::~CAtcButtonComponent()
{ }
{}
void CAtcButtonComponent::updateStations()
{
@@ -110,7 +109,7 @@ namespace BlackGui::Components
void CAtcButtonComponent::onChangedAtcStations()
{
if (!m_backgroundUpdates) { return; }
if (!this->isVisible()) { return; }
if (!this->isVisible()) { return; }
this->updateStations();
}