mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
clang-format src
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user