STYLE: Nightly Date Stamp
[cmake.git] / Tests / Wrapping / vtkTestMoc.h
blobf11a927f0ed6a8117e9851ee948e0ab4e4d168cb
1 #include <qapplication.h>
3 class Foo : public QApplication
5 Q_OBJECT
6 public:
7 Foo();
8 };