##// END OF EJS Templates
Fix for hiding overloaded virtual functions...
Mika Salmela -
r2572:fd6a3d4befc5
parent child
Show More
@@ -45,6 +45,8 class QAbstractAxis;
45 45 class ChartAxisElement : public ChartElement, public QGraphicsLayoutItem
46 46 {
47 47 Q_OBJECT
48
49 using QGraphicsLayoutItem::setGeometry;
48 50 public:
49 51 ChartAxisElement(QAbstractAxis *axis, QGraphicsItem *item, bool intervalAxis = false);
50 52 ~ChartAxisElement();
General Comments 0
You need to be logged in to leave comments. Login now