16 lines
159 B
C
16 lines
159 B
C
|
#ifndef ITEM_@III@HPP
|
||
|
#define ITEM_@III@HPP
|
||
|
|
||
|
#include <QObject>
|
||
|
|
||
|
class Item_@III@ : public QObject
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
|
||
|
public:
|
||
|
Q_SLOT
|
||
|
void TheSlot();
|
||
|
};
|
||
|
|
||
|
#endif
|