mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-21 20:11:22 +08:00
9 lines
92 B
C++
9 lines
92 B
C++
#include <qapplication.h>
|
|
|
|
class Foo : public QApplication
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
Foo();
|
|
};
|