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