mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
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:
parent
c2d75f6fc6
commit
8058c8be27
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue