CMake/Tests/Wrapping/vtkTestMoc.h

9 lines
92 B
C++

#include <qapplication.h>
class Foo : public QApplication
{
Q_OBJECT
public:
Foo();
};