mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "gui/models/columns.h"
|
||||
#include "gui/guiapplication.h"
|
||||
#include "misc/mixin/mixincompare.h"
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QCoreApplication>
|
||||
#include <QModelIndex>
|
||||
|
||||
#include "gui/guiapplication.h"
|
||||
#include "misc/mixin/mixincompare.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
namespace swift::gui::models
|
||||
@@ -277,4 +278,4 @@ namespace swift::gui::models
|
||||
const CColumn c = m_columns.at(index.column());
|
||||
return c.getFormatter();
|
||||
}
|
||||
} // namespace
|
||||
} // namespace swift::gui::models
|
||||
|
||||
Reference in New Issue
Block a user