0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

Consistency

This commit is contained in:
Rodrigo Torres
2021-08-17 23:32:45 -03:00
parent 9705fb970c
commit 0561598df2
20 changed files with 41 additions and 41 deletions

View File

@@ -158,7 +158,7 @@ namespace Const{
{
public:
enum VariableDataType {Undefined, String, Bool, Int, Real, Date, Time, DateTime};
#if (QT_VERSION >= QT_VERSION_CHECK(5,5, 0))
#if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0))
Q_ENUM(VariableDataType)
#else
Q_ENUMS(VariableDataType)