mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:19:26 +08:00
refs #369, gcc fixes
This commit is contained in:
@@ -127,6 +127,10 @@ namespace BlackGui
|
||||
new QStandardItem(station.getBookedUntilUtc().toString(CDateTimeFormatter::formatYmdhm()))
|
||||
};
|
||||
break;
|
||||
case NotSet:
|
||||
default:
|
||||
Q_ASSERT(false);
|
||||
break;
|
||||
}
|
||||
typeFolderFirstColumn->appendRow(stationRow);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user