Fix XDATA Model Compile errors on Windows

This commit is contained in:
Joern
2016-07-10 11:43:51 +02:00
parent f14445ba98
commit 575d00a58e

View File

@@ -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