You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
255 B

#ifndef InIncludes_SubOwnDot_P_HPP
#define InIncludes_SubOwnDot_P_HPP
#include <QObject>
namespace InIncludes {
class SubOwnDotPrivate : public QObject
{
Q_OBJECT
public:
SubOwnDotPrivate();
~SubOwnDotPrivate();
};
} // End of namespace
#endif