##// END OF EJS Templates
Fix memory leak in opengl series handling in qml...
Fix memory leak in opengl series handling in qml Change-Id: Ib01620e59872337c06d1763aeab6a4e735017b94 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2827:2dcfcd4a9f69
Show More
chartwidgettest.pro
15 lines | 250 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl widgets
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h