remove compile-time warning about designer resources data

QString and QList already share data when possible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-12 22:02:59 +00:00
parent c2d75f6fc6
commit 8058c8be27

View file

@ -79,7 +79,6 @@ static QString msgTagMismatch(const QString &got, const QString &expected)
return QApplication::translate("QtResourceEditorDialog", "The file does not appear to be a resource file; element '%1' was found where '%2' was expected.").arg(got).arg(expected);
}
#warning below 3 data classes should be derived from QSharedData and made implicit shared class
struct QtResourceFileData {
QString path;
QString alias;