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