Revert "fix compile error"

This reverts commit b181311162.
This commit is contained in:
joshua
2021-03-11 19:49:46 +01:00
parent b96eff00ef
commit 83b69253dc

View File

@@ -73,7 +73,7 @@ bool PropertiesInterface::fromXml (const QDomElement &xml_element)
}
bool PropertiesInterface::valideXml(QDomElement& element) {
qDebug() << "Error: ValideXml() is not implemented for a derived class of PropertiesInterface";
qDebug(QString("ValideXml() is not implemented. File: %1, Line: %2").arg(__FILE__).arg(__LINE__).toStdString().data());
return false;
}