##// END OF EJS Templates
Fix legend marker brush for series with black pen....
Fix legend marker brush for series with black pen. Task-number: QTRD-2022 Change-Id: I3e1f7b6cbc2af49d6e9b7d0520f0b29efe52c436 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2510:0fc60b87ece9
r2515:58f023bc109e
Show More
qmloscilloscope.pro
14 lines | 284 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
OTHER_FILES += qml/qmloscilloscope/*
include(qmlapplicationviewer/qmlapplicationviewer.pri)
HEADERS += \
datasource.h