myobject3a.h.in 156 B

12345678910111213
  1. #ifndef MYOBJECT3_H
  2. #define MYOBJECT3_H
  3. #include <qobject.h>
  4. class MyObject3 : public QObject
  5. {
  6. @CLASS_CONTENT@
  7. public:
  8. MyObject3() {}
  9. };
  10. #endif