Merged in curious_one/valentina (pull request #114)
Made compilable with msvc by adding compiler directive where necessary... --HG-- branch : develop
This commit is contained in:
commit
a3b95f5927
|
@ -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