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:
parent
f8e3a16040
commit
df09180d31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user