##// END OF EJS Templates
Krazy reported errors...
Krazy reported errors * adding Q_OBJECT macros * spelling corrections * missing consts in foreach loops * missing float convertions * adds better ownership handling

File last commit:

r961:2e9183bac7df
r974:de7be57d3935
Show More
tablemodelchart.pro
16 lines | 265 B | text/idl | PrologLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
TARGET = tablemodelchart
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h