servatrice/common/server_arrowtarget.h
2013-05-15 21:31:47 +02:00

10 lines
144 B
C++

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