mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
refactor: clang format line length
This commit is contained in:
@@ -16,8 +16,7 @@ class QObject;
|
||||
namespace swift::gui::models
|
||||
{
|
||||
//! Cloud layer list model
|
||||
class SWIFT_GUI_EXPORT CCloudLayerListModel :
|
||||
public CListModelBase<swift::misc::weather::CCloudLayerList, false>
|
||||
class SWIFT_GUI_EXPORT CCloudLayerListModel : public CListModelBase<swift::misc::weather::CCloudLayerList, false>
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user