Files
cmake/Tests/QtAutogen/StaticLibraryCycle/b.h
T

14 lines
123 B
C++

#ifndef CLASSB_HPP
#define CLASSB_HPP
#include <QObject>
class B : public QObject
{
Q_OBJECT
public:
B();
};
#endif