added web service
This commit is contained in:
@@ -1003,6 +1003,11 @@ QString SpecificationPCBTableModel::getDocumentType() const
|
||||
return "SpecificationPCB";
|
||||
}
|
||||
|
||||
QList<SpecificationPCBRowData> SpecificationPCBTableModel::getRows() const
|
||||
{
|
||||
return m_rows;
|
||||
}
|
||||
|
||||
bool SpecificationPCBTableModel::isRowHeader(int row) const
|
||||
{
|
||||
if (row < 0 || row >= m_rows.size()) {
|
||||
|
||||
Reference in New Issue
Block a user