##// END OF EJS Templates
Fix for hiding overloaded virtual functions...
Fix for hiding overloaded virtual functions ChartAxisElement::setGeometry(QRectF, QRectF) hided virtual function with the same name from QGraphicsLayoutItem. Causes around 400 warnings. Change-Id: I4474e4879058e2b785e72897ed47dea0f2b24cd1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2368:6a035c04dc6b
r2572:fd6a3d4befc5
Show More
presenterchart.pro
8 lines | 208 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = presenterchart
HEADERS += chartview.h
SOURCES += main.cpp chartview.cpp
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets