11 lines
140 B
C++
11 lines
140 B
C++
#include "proxyconfiguration.h"
|
|
|
|
namespace remoteproxy {
|
|
|
|
ProxyConfiguration::ProxyConfiguration(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|
|
|
|
}
|