From 8058c8be2777a56222cbe70f8f35487d389a034a Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 12 Jul 2019 22:02:59 +0000 Subject: [PATCH] remove compile-time warning about designer resources data QString and QList already share data when possible Signed-off-by: Ivailo Monev --- src/designer/shared/qtresourceeditordialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/designer/shared/qtresourceeditordialog.cpp b/src/designer/shared/qtresourceeditordialog.cpp index 63ac7ce53..75e5ae07c 100644 --- a/src/designer/shared/qtresourceeditordialog.cpp +++ b/src/designer/shared/qtresourceeditordialog.cpp @@ -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;