OpenVpn runtime error codes handling

This commit is contained in:
pokamest 2021-01-08 16:51:58 +03:00
parent f45fb442de
commit 861c71e3a8
11 changed files with 59 additions and 26 deletions

View file

@ -16,7 +16,7 @@ public:
explicit Communicator(QObject* parent = nullptr);
~Communicator();
bool connected() const;
bool isConnected() const;
void sendMessage(const Message& message);
signals: