blob: ededbd803b425a9158c969a92684e467c54ce3d8 [file] [log] [blame]
#ifndef CLASSB_HPP
#define CLASSB_HPP
#include <QObject>
class B : public QObject
{
Q_OBJECT
public:
B();
};
#endif