0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00

Merge pull request #63 from asmaloney/fix-hidden-overload

Fix "hidden overloaded virtual function" warning
This commit is contained in:
fralx 2017-04-08 12:40:31 +03:00 committed by GitHub
commit 010db431b1

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