Files
CMake/Tests/QtAutogen/MocSkipSource/qItemB.hpp
T
2017-12-13 13:48:28 +01:00

14 lines
135 B
C++

#ifndef QITEMB_HPP
#define QITEMB_HPP
#include <QObject>
class QItemB : public QObject
{
Q_OBJECT
Q_SLOT
void go();
};
#endif