added more cpp files for faster compile speeds
removed many obsolte elements many improvements and fixes
This commit is contained in:
@@ -15,11 +15,13 @@ void MetaEditModel::setSource(Floorplan::Meta* meta) {
|
||||
endResetModel();
|
||||
}
|
||||
|
||||
int MetaEditModel::rowCount(const QModelIndex &parent) const {
|
||||
int MetaEditModel::rowCount(const QModelIndex& parent) const {
|
||||
(void) parent;
|
||||
return (meta) ? (meta->size()) : (0);
|
||||
}
|
||||
|
||||
int MetaEditModel::columnCount(const QModelIndex &parent) const {
|
||||
int MetaEditModel::columnCount(const QModelIndex& parent) const {
|
||||
(void) parent;
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user