0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00
This commit is contained in:
Arin Alexander
2017-04-20 21:10:31 +03:00
29 changed files with 152 additions and 89 deletions

View File

@@ -12,7 +12,7 @@ public:
virtual BaseDesignIntf* createSameTypeItem(QObject* owner=0, QGraphicsItem* parent=0);
protected:
QColor bandColor() const;
bool isUnique(){ return true;}
virtual bool isUnique() const {return true;}
};
} // namespace LimeReport