##// END OF EJS Templates
Fix issue with ghost axes being drawn when last axis removed...
Fix issue with ghost axes being drawn when last axis removed Change-Id: Id638bc225ef901301a4268530f574a2de6f2ff63 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2834:77545ecc2ba8
r2836:7a48aa2a436d
Show More
openglseriestest.pro
19 lines | 353 B | text/idl | PrologLexer
!include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui widgets
TARGET = openglseriestest
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp \
datasource.cpp
HEADERS += mainwindow.h \
chartview.h \
datasource.h
FORMS += mainwindow.ui