##// 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
Marek Rosa
Presenterchart moved to tests
r2364 !include( ../tests.pri ) {
Michal Klocek
Renames example -> examples
r486 error( "Couldn't find the examples.pri file!" )
}
TARGET = presenterchart
HEADERS += chartview.h
Tero Ahola
Hacked library dependency issues on OSX
r1035 SOURCES += main.cpp chartview.cpp
Tero Ahola
Fixed a Qt5 build issue in presenterchart test app
r2368
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets