refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -1,17 +1,17 @@
// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
#include "swiftlauncher.h"
#include "gui/guiapplication.h"
#include <QApplication>
#include <QCommandLineParser>
#include <QPushButton>
#include <QtGlobal>
#include "core/db/databasereaderconfig.h"
#include "core/webdataservices.h"
#include "gui/guiapplication.h"
#include "misc/directoryutils.h"
#include "misc/icons.h"
#include "core/webdataservices.h"
#include <QtGlobal>
#include <QApplication>
#include <QPushButton>
#include <QCommandLineParser>
#include "swiftlauncher.h"
using namespace swift::gui;
using namespace swift::misc;