@@ -0,0 +1,18 @@
#ifndef DATAS_H
#define DATAS_H
#include <QString>
class ServerSettings{
public:
QString Address;
QString Port;
};
class ClientAutorization{
QString Login;
QString Password;
#endif // DATAS_H
The note is not visible to the blocked user.