mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
9 lines
92 B
C++
9 lines
92 B
C++
#include <qapplication.h>
|
|
|
|
class Foo : public QApplication
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
Foo();
|
|
};
|