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