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

@@ -34,9 +34,8 @@ using namespace BlackGui::Settings;
namespace BlackGui::Components
{
CCopySettingsAndCachesComponent::CCopySettingsAndCachesComponent(QWidget *parent) :
COverlayMessagesFrame(parent),
ui(new Ui::CCopySettingsAndCachesComponent)
CCopySettingsAndCachesComponent::CCopySettingsAndCachesComponent(QWidget *parent) : COverlayMessagesFrame(parent),
ui(new Ui::CCopySettingsAndCachesComponent)
{
ui->setupUi(this);
this->initAll();
@@ -48,7 +47,7 @@ namespace BlackGui::Components
}
CCopySettingsAndCachesComponent::~CCopySettingsAndCachesComponent()
{ }
{}
void CCopySettingsAndCachesComponent::reloadOtherVersions(int deferMs)
{