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.

18 lines
209 B

#ifndef InIncludes_SubOwnDot_HPP
#define InIncludes_SubOwnDot_HPP
#include <QObject>
namespace InIncludes {
class SubOwnDot : public QObject
{
Q_OBJECT
public:
SubOwnDot();
~SubOwnDot();
};
}
#endif