Browse Source

fix typo

pull/140/head
Duke Leto 4 years ago
parent
commit
ded3f9c6ea
  1. 2
      src/mainwindow.cpp

2
src/mainwindow.cpp

@ -135,7 +135,7 @@ MainWindow::MainWindow(QWidget *parent) :
if (ads->getAllowInternetConnection())
wormholecode = ads->getWormholeCode(ads->getSecretHex());
qDebug() << "MainWindow: createWebsocket with wormholcode=" << wormholecode;
qDebug() << "MainWindow: createWebsocket with wormholecode=" << wormholecode;
createWebsocket(wormholecode);
}
}

Loading…
Cancel
Save