Files
CMake/Tests/QtAutogen/skipSource/qItemC.hpp
T
2017-01-10 12:49:16 +01:00

14 lines
135 B
C++

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