mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Fix XDATA Model Compile errors on Windows
This commit is contained in:
@@ -149,12 +149,14 @@ XDataTableModel::setHeaderData(int section, Qt::Orientation , const QVariant & v
|
||||
//headings_[section] = value.toString();
|
||||
//return true;
|
||||
//}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
XDataTableModel::insertRow(int row, const QModelIndex &parent)
|
||||
{
|
||||
//return insertRows(row, 1, parent);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user