Skip to content

Commit

Permalink
Merge pull request #941 from subutai-io/dev
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
crioto authored May 4, 2018
2 parents 52cb510 + 30182cd commit 400a03c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hub/src/TrayControlWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 400a03c

Please sign in to comment.