applied translation-funcation to SystemTray

This commit is contained in:
ronoaer 2023-10-06 13:43:32 +08:00
parent 1eafa9a38a
commit 1357c4a309
5 changed files with 23 additions and 6 deletions

View file

@ -88,6 +88,10 @@ void NotificationHandler::setConnectionState(Vpn::ConnectionState state)
}
}
void NotificationHandler::onTranslationsUpdated()
{
}
void NotificationHandler::unsecuredNetworkNotification(const QString& networkName) {
qDebug() << "Unsecured network notification shown";