##// END OF EJS Templates
Update candlestick chart model mappers API...
Update candlestick chart model mappers API - updated QCandlestickModelMapper - updated QHCandlestickModelMapper - updated QVCandlestickModelMapper - renamed QCandlestickSeries::candlestickSets() to sets() Task-number: QTBUG-54046 Change-Id: I650e5237a257c85905818db8dc2e2f2cf0af5aad Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>

File last commit:

r2896:facc2941efbf
r2897:f5164ec8f20d dev
Show More
candlesticktester.pro
13 lines | 220 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += widgets
SOURCES += main.cpp \
mainwidget.cpp \
customtablemodel.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h