##// END OF EJS Templates
Removed some commented out code in barmodel mapper and replaced one comment with different one
Removed some commented out code in barmodel mapper and replaced one comment with different one

File last commit:

r2132:45eed4d8b56a
r2151:cdaf9997827b
Show More
uitest.pro
17 lines | 241 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
TARGET = uitest
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h