mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
removed the use of QFileDialog
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
void getBackendLogs(std::function<void (const QString &)> &&callback);
|
||||
void checkStatus();
|
||||
signals:
|
||||
void connectionStateChanged(VpnProtocol::VpnConnectionState state);
|
||||
void connectionStateChanged(Vpn::ConnectionState state);
|
||||
void bytesChanged(quint64 receivedBytes, quint64 sentBytes);
|
||||
|
||||
protected slots:
|
||||
|
||||
Reference in New Issue
Block a user