blob: 20f3725e93cac67f6715056cddc04eb9ae1444f0 [file] [log] [blame]
#ifndef CLASSC_HPP
#define CLASSC_HPP
#include <QObject>
class C : public QObject
{
Q_OBJECT
public:
C();
};
#endif