9 lines
92 B
C
Raw Normal View History

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