mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: clang-format
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||
|
||||
#include "gui/dropsite.h"
|
||||
#include "gui/guiapplication.h"
|
||||
#include "gui/stylesheetutility.h"
|
||||
|
||||
#include <QDragEnterEvent>
|
||||
#include <QDragLeaveEvent>
|
||||
@@ -15,6 +13,9 @@
|
||||
#include <Qt>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "gui/guiapplication.h"
|
||||
#include "gui/stylesheetutility.h"
|
||||
|
||||
using namespace swift::misc;
|
||||
|
||||
namespace swift::gui
|
||||
@@ -85,4 +86,4 @@ namespace swift::gui
|
||||
{
|
||||
// style sheet changes go here
|
||||
}
|
||||
} // ns
|
||||
} // namespace swift::gui
|
||||
|
||||
Reference in New Issue
Block a user