mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
learning static c++
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user