fix compile error

This commit is contained in:
Martin Marmsoler
2021-03-10 18:42:43 +01:00
committed by Laurent Trinques
parent 1db1800572
commit b181311162

View File

@@ -73,7 +73,7 @@ bool PropertiesInterface::fromXml (const QDomElement &xml_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;
}