move common server files

This commit is contained in:
ebbit1q 2025-09-17 14:05:02 +02:00
parent 46f68115b2
commit 8772f02a78
29 changed files with 0 additions and 0 deletions

View file

@ -1,11 +0,0 @@
#ifndef SERVER_ARROWTARGET_H
#define SERVER_ARROWTARGET_H
#include <QObject>
class Server_ArrowTarget : public QObject
{
Q_OBJECT
};
#endif