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

14 lines
135 B
C++

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