1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-21 20:11:22 +08:00
CMake/Tests/Wrapping/vtkTestMoc.h

9 lines
92 B
C++

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