##// 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:

r2510:0fc60b87ece9
r2572:fd6a3d4befc5
Show More
qmlcustommodel.pro
13 lines | 347 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp\
customtablemodel.cpp \
declarativemodel.cpp
HEADERS += customtablemodel.h \
declarativemodel.h
OTHER_FILES += qml/qmlcustommodel/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)