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