learning static c++

This commit is contained in:
R. Aidan Campbell
2018-04-30 19:09:31 -07:00
parent de08b527f8
commit 21e0066be0
4 changed files with 17 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ void MainWindow::on_actionExit_triggered()
void MainWindow::on_newHostBtn_clicked()
{
QString hostname = popupmanager::getHostnameDialog();
QString hostname = popupmanager::getHostnameDialog(this);
if (!hostname.isEmpty()) {
//TODO: pairTo(hostname)
}