blob: 7d5999ca488e74e69593c5fced3debbbce0ecb39 [file] [log] [blame]
#ifndef OtherUnderscoreSub_P_HPP
#define OtherUnderscoreSub_P_HPP
#include <QObject>
class OtherUnderscoreSubPrivate : public QObject
{
Q_OBJECT
public:
OtherUnderscoreSubPrivate();
~OtherUnderscoreSubPrivate();
};
#endif