#ifndef SERVER_ARROWTARGET_H #define SERVER_ARROWTARGET_H #include class Server_ArrowTarget : public QObject { Q_OBJECT }; #endif