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

14 lines
135 B
C++

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