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-04 13:54:30 +02:00

19 lines
265 B
C++

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