##// END OF EJS Templates
Fix DeclarativeChart::legend property...
Fix DeclarativeChart::legend property The DeclarativeChart::legend property should be marked as CONSTANT because the legend can't be changed. This is to avoid unnecessary message about a dependency to non-NOTIFYable property. Change-Id: Ib7c832b3fcb034602e4c3271c211ab2fe9cdd076 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2510:0fc60b87ece9
r2685:ccb5e8a7f100
Show More
quick2chart.pro
10 lines | 226 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
OTHER_FILES += qml/quick2chart/*
include(qtquick2applicationviewer/qtquick2applicationviewer.pri)