Added macros Q_CC_GNU.
--HG-- branch : develop
This commit is contained in:
parent
95b4a34e6c
commit
f3fbb1cd9c
|
@ -35,8 +35,10 @@ namespace Document
|
||||||
}
|
}
|
||||||
Q_DECLARE_OPERATORS_FOR_FLAGS(Document::Documents)
|
Q_DECLARE_OPERATORS_FOR_FLAGS(Document::Documents)
|
||||||
|
|
||||||
#pragma GCC diagnostic push
|
#ifdef Q_CC_GNU
|
||||||
#pragma GCC diagnostic ignored "-Weffc++"
|
#pragma GCC diagnostic push
|
||||||
|
#pragma GCC diagnostic ignored "-Weffc++"
|
||||||
|
#endif
|
||||||
class VDomDocument : public QObject, public QDomDocument
|
class VDomDocument : public QObject, public QDomDocument
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -116,6 +118,8 @@ private:
|
||||||
void CollectId(QDomElement node, QVector<qint64> &vector)const;
|
void CollectId(QDomElement node, QVector<qint64> &vector)const;
|
||||||
};
|
};
|
||||||
|
|
||||||
#pragma GCC diagnostic pop
|
#ifdef Q_CC_GNU
|
||||||
|
#pragma GCC diagnostic pop
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // VDOMDOCUMENT_H
|
#endif // VDOMDOCUMENT_H
|
||||||
|
|
Loading…
Reference in New Issue
Block a user