chore: refine cmake files

This commit is contained in:
Kevin Yue
2022-05-21 20:55:05 +08:00
parent b99c5a8391
commit dffbc64ef5
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ GPClient::GPClient(QWidget *parent, IVpn *vpn)
connect(ov, SIGNAL(error(QString)), this, SLOT(onVPNError(QString)));
connect(ov, SIGNAL(logAvailable(QString)), this, SLOT(onVPNLogAvailable(QString)));
// Initiallize the context menu of system tray.
// Initialize the context menu of system tray.
initSystemTrayIcon();
initVpnStatus();
}