mirror of
https://github.com/reactos/CMake.git
synced 2025-01-25 05:04:37 +00:00
9 lines
92 B
C
9 lines
92 B
C
|
#include <qapplication.h>
|
||
|
|
||
|
class Foo : public QApplication
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
public:
|
||
|
Foo();
|
||
|
};
|