10 lines
No EOL
143 B
C++
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 |