servatrice/common/server_arrowtarget.h
2010-06-27 17:56:09 +02:00

10 lines
No EOL
143 B
C++

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