This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-08-02 17:42:23 +02:00

19 lines
275 B
C++

#ifndef REMOTEPROXYCONNECTOR_H
#define REMOTEPROXYCONNECTOR_H
#include <QObject>
class RemoteProxyConnector : public QObject
{
Q_OBJECT
public:
explicit RemoteProxyConnector(QObject *parent = nullptr);
signals:
public slots:
};
#endif // REMOTEPROXYCONNECTOR_H