OwnDotUnderscore_p.h 221 B

1234567891011121314
  1. #ifndef OwnDotUnderscore_P_HPP
  2. #define OwnDotUnderscore_P_HPP
  3. #include <QObject>
  4. class OwnDotUnderscorePrivate : public QObject
  5. {
  6. Q_OBJECT
  7. public:
  8. OwnDotUnderscorePrivate();
  9. ~OwnDotUnderscorePrivate();
  10. };
  11. #endif