0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-02 11:54:59 +03:00

Merge tag '1.5.49' into develop

Finish 1.5.49
This commit is contained in:
Arin Alexander
2020-04-17 12:29:06 +03:00
9 changed files with 39 additions and 9 deletions

View File

@@ -51,6 +51,10 @@ namespace LimeReport {
#define VARIABLE_IS_NOT_USED
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
namespace Const{
int const DEFAULT_GRID_STEP = 1;
int const RESIZE_HANDLE_SIZE = 5;
@@ -150,9 +154,6 @@ namespace Const{
typedef QStyleOptionViewItem StyleOptionViewItem;
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
class Enums
{
public: