Fix Q_INTERFACES warnings

Fix #88
This commit is contained in:
Daenyth 2014-06-22 22:32:53 -04:00
parent 4574df0a2e
commit ea08fe168c
6 changed files with 9 additions and 1 deletions

View file

@ -11,6 +11,7 @@ class QGraphicsSceneWheelEvent;
class ZoneViewZone : public SelectZone, public QGraphicsLayoutItem {
Q_OBJECT
Q_INTERFACES(QGraphicsLayoutItem)
private:
QRectF bRect, optimumRect;
int minRows, numberCards;