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