Cleanup code

This commit is contained in:
pokamest 2022-08-26 00:58:24 +03:00
parent aed688224b
commit aae1da3aa8
10 changed files with 3 additions and 37 deletions

View file

@ -75,7 +75,6 @@ void SystemTrayNotificationHandler::onTrayActivated(QSystemTrayIcon::ActivationR
void SystemTrayNotificationHandler::setTrayState(VpnProtocol::VpnConnectionState state)
{
qDebug() << "SystemTrayNotificationHandler::setTrayState" << state;
QString resourcesPath = ":/images/tray/%1";
switch (state) {