mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-12 01:21:03 +03:00
Merge tag 'version/1.7.2' into develop
Finish version/1.7.2
This commit is contained in:
commit
7e46851805
@ -47,7 +47,7 @@ namespace LimeReport{
|
|||||||
#if __cplusplus >= 201703L
|
#if __cplusplus >= 201703L
|
||||||
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
||||||
#else
|
#else
|
||||||
const int inline COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
const int COLLECTION_TYPE_ID = qMetaTypeId<ACollectionProperty>();
|
||||||
#endif
|
#endif
|
||||||
class LIMEREPORT_EXPORT ICollectionContainer{
|
class LIMEREPORT_EXPORT ICollectionContainer{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user