#ifndef OtherUnderscore_P_HPP #define OtherUnderscore_P_HPP #include class OtherUnderscorePrivate : public QObject { Q_OBJECT public: OtherUnderscorePrivate(); ~OtherUnderscorePrivate(); }; #endif