mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refactor: clang format line length
This commit is contained in:
@@ -16,8 +16,7 @@ class QObject;
|
||||
namespace swift::gui::models
|
||||
{
|
||||
//! Airport list model
|
||||
class SWIFT_GUI_EXPORT CAirportListModel :
|
||||
public CListModelBase<swift::misc::aviation::CAirportList, true>
|
||||
class SWIFT_GUI_EXPORT CAirportListModel : public CListModelBase<swift::misc::aviation::CAirportList, true>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user