mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
fix compile error
This commit is contained in:
committed by
Laurent Trinques
parent
1db1800572
commit
b181311162
@@ -73,7 +73,7 @@ bool PropertiesInterface::fromXml (const QDomElement &xml_element)
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool PropertiesInterface::valideXml(QDomElement& element) {
|
bool PropertiesInterface::valideXml(QDomElement& element) {
|
||||||
qDebug(QString("ValideXml() is not implemented. File: %1, Line: %2").arg(__FILE__).arg(__LINE__).toStdString().data());
|
qDebug() << "Error: ValideXml() is not implemented for a derived class of PropertiesInterface";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user