Band background color has been fixed

This commit is contained in:
Arin Alex
2016-11-01 22:31:48 +03:00
parent 724e3c004c
commit bb6e934152
3 changed files with 9 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ void BaseDesignIntf::setParentReportItem(const QString &value)
}
}
QString BaseDesignIntf::parentReportItemName()
QString BaseDesignIntf::parentReportItemName() const
{
BaseDesignIntf *parent = dynamic_cast<BaseDesignIntf *>(parentItem());
if (parent) return parent->objectName();