##// END OF EJS Templates
Plugged some memory leaks....
Plugged some memory leaks. Autotests were also made Valgrind friendly by adding a final one millisecond wait to the end of the test to allow pending deleteLaters to run. Also some minor cosmetic cleanup done to autotests. Change-Id: Ic3719167a22949f243eaf54614e174a681dbe34a Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2730:5e795dcb8668
r2733:c6ed50e68438
Show More
polarcharttest.pro
19 lines | 322 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui widgets
TARGET = polarcharttest
TEMPLATE = app
INCLUDEPATH += .
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui