From 54fb58ae440a52dff6f8f895a70eeea38def8487 Mon Sep 17 00:00:00 2001 From: erkin97 Date: Fri, 4 May 2018 11:17:36 +0600 Subject: [PATCH] refresh keys --- hub/src/TrayControlWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hub/src/TrayControlWindow.cpp b/hub/src/TrayControlWindow.cpp index 9a51d7b6..bb519e31 100644 --- a/hub/src/TrayControlWindow.cpp +++ b/hub/src/TrayControlWindow.cpp @@ -21,6 +21,7 @@ #include "OsBranchConsts.h" #include "RestWorker.h" #include "SettingsManager.h" +#include "SshKeysController.h" #include "SystemCallWrapper.h" #include "TrayControlWindow.h" #include "libssh2/include/LibsshController.h" @@ -89,6 +90,7 @@ TrayControlWindow::TrayControlWindow(QWidget* parent) p2p_current_status = P2PStatus_checker::P2P_LOADING; CPeerController::Instance()->init(); + CSshKeysController::Instance(); connect(CNotificationObserver::Instance(), &CNotificationObserver::notify, this, &TrayControlWindow::notification_received);