Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao committed Nov 11, 2024
1 parent dde94db commit d4a2aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ void MainWindow::Launch(QStringList arguments)
}
#else
QString gamePath = getGamePath();
QFile port = QFile(getGamePath());
QFile port = QFile(getGamePath();
if (port.exists())
{
QProcess *process = new QProcess;
Expand Down

0 comments on commit d4a2aa5

Please sign in to comment.