mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-24 08:34:38 +03:00
Qt 5.8+ build fixed
This commit is contained in:
parent
0539629c07
commit
de618ebb58
@ -157,6 +157,9 @@ namespace Const{
|
||||
typedef QScriptValue ScriptValueType;
|
||||
#endif
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
|
||||
Q_NAMESPACE
|
||||
#endif
|
||||
class Enums
|
||||
{
|
||||
public:
|
||||
|
@ -157,6 +157,9 @@ namespace Const{
|
||||
typedef QScriptValue ScriptValueType;
|
||||
#endif
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
|
||||
Q_NAMESPACE
|
||||
#endif
|
||||
class Enums
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user