Again, made compilable with msvc by adding compiler directive where necessary...
(grafted from f95b88cfebba683b9978b4f1a976d75e4d9a3a2e) --HG-- branch : release
This commit is contained in:
parent
95b1627771
commit
ca7500b905
|
@ -31,6 +31,9 @@
|
||||||
#pragma GCC diagnostic ignored "-Wattributes"
|
#pragma GCC diagnostic ignored "-Wattributes"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef Q_CC_MSVC
|
||||||
|
#include <ciso646>
|
||||||
|
#endif /* Q_CC_MSVC */
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
inline QString NameRegExp()
|
inline QString NameRegExp()
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,6 +32,9 @@
|
||||||
|
|
||||||
#include <QtTest>
|
#include <QtTest>
|
||||||
|
|
||||||
|
#ifdef Q_CC_MSVC
|
||||||
|
#include <ciso646>
|
||||||
|
#endif /* Q_CC_MSVC */
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
TST_VCommandLine::TST_VCommandLine(QObject *parent)
|
TST_VCommandLine::TST_VCommandLine(QObject *parent)
|
||||||
:QObject(parent)
|
:QObject(parent)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user