waf/demos/qt4/foo.cpp

12 lines
107 B
C++
Raw Normal View History

2011-09-10 11:13:51 +02:00
// Thomas Nagy, 2011
#include "foo.h"
Foo::Foo() : QWidget(NULL) {
}
#if WAF
#include "foo.moc"
#endif