mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refactor: Fix typo
This commit is contained in:
@@ -89,8 +89,7 @@ namespace swift::gui::models
|
||||
|
||||
// Upfront checking avoids unnecessary data fetching
|
||||
if (!formatter || !formatter->supportsRole(role)) { return CListModelBaseNonTemplate::data(index, role); }
|
||||
|
||||
// index, updront checking
|
||||
// index, upfront checking
|
||||
const int row = index.row();
|
||||
const int col = index.column();
|
||||
const CPropertyIndex propertyIndex = this->columnToPropertyIndex(col);
|
||||
|
||||
Reference in New Issue
Block a user