mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refactor: clang format line length
This commit is contained in:
@@ -11,7 +11,8 @@ using namespace swift::misc::simulation;
|
||||
|
||||
namespace swift::gui::models
|
||||
{
|
||||
CMatchingStatisticsModel::CMatchingStatisticsModel(MatchingStatisticsMode mode, QObject *parent) : CListModelBase("MatchingStatisticsModel", parent)
|
||||
CMatchingStatisticsModel::CMatchingStatisticsModel(MatchingStatisticsMode mode, QObject *parent)
|
||||
: CListModelBase("MatchingStatisticsModel", parent)
|
||||
{
|
||||
this->setMode(mode);
|
||||
|
||||
@@ -42,8 +43,7 @@ namespace swift::gui::models
|
||||
m_columns.addColumn(CColumn::standardInteger("#", "count", CMatchingStatisticsEntry::IndexCount));
|
||||
m_columns.addColumn(CColumn::standardString("description", CMatchingStatisticsEntry::IndexDescription));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
this->setSortColumnByPropertyIndex(CMatchingStatisticsEntry::IndexAircraftDesignator);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user