The #warning directive is not universal and in particular is NOT supported by MSVC

Remove the directive to restore compilation on Windows.
Ref D9108

CCMAIL: aleixpol@kde.org
This commit is contained in:
Ben Cooksley 2017-12-03 07:03:09 +13:00
parent f8e3a16040
commit df09180d31

View File

@ -243,7 +243,6 @@ private:
QRegExp m_keyRoleFilterRE;
QString m_sourceFilter;
QRegExp m_sourceFilterRE;
#warning QByteArray key?
QMap<QString, QVector<QVariant> > m_items;
QHash<int, QByteArray> m_roleNames;
QHash<QString, int> m_roleIds;