diff --git a/common.pri b/common.pri index eca1757..0fc4cca 100644 --- a/common.pri +++ b/common.pri @@ -96,7 +96,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 4 -LIMEREPORT_VERSION_RELEASE = 70 +LIMEREPORT_VERSION_RELEASE = 71 LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}' DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\" diff --git a/limereport/objectinspector/lrobjectitemmodel.cpp b/limereport/objectinspector/lrobjectitemmodel.cpp index 07a8200..04b2f20 100644 --- a/limereport/objectinspector/lrobjectitemmodel.cpp +++ b/limereport/objectinspector/lrobjectitemmodel.cpp @@ -147,6 +147,7 @@ void QObjectPropertyModel::translatePropertyName() tr("legendAlign"); tr("series"); tr("titleAlign"); + tr("watermark"); } void QObjectPropertyModel::clearObjectsList()