mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 18:55:38 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
#ifndef SWIFT_GUI_COMPONENTS_DBAIRCRAFTICAOSELECTORCOMPONENT_H
|
||||
#define SWIFT_GUI_COMPONENTS_DBAIRCRAFTICAOSELECTORCOMPONENT_H
|
||||
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "gui/dropbase.h"
|
||||
#include "misc/aviation/aircrafticaocode.h"
|
||||
#include "misc/network/entityflags.h"
|
||||
|
||||
#include <QFrame>
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
#include <QString>
|
||||
|
||||
#include "gui/dropbase.h"
|
||||
#include "gui/swiftguiexport.h"
|
||||
#include "misc/aviation/aircrafticaocode.h"
|
||||
#include "misc/network/entityflags.h"
|
||||
|
||||
class QCompleter;
|
||||
class QDragEnterEvent;
|
||||
class QDragLeaveEvent;
|
||||
@@ -117,5 +117,5 @@ namespace swift::gui::components
|
||||
Display m_display = DisplayIcaoAndId;
|
||||
QStringList m_completerStrings; //!< the completer strings
|
||||
};
|
||||
} // ns
|
||||
} // namespace swift::gui::components
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user