Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Oct 7, 2020
1 parent 668f832 commit 36211da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,6 @@ void MainWindow::runFinetune(const QString &filename) {
dialog->show();

#else
const QString baseUrl = QLatin1String("https://") + Constants::ORG_DOMAIN;
QString url = baseUrl + QLatin1String("/finetune");
QDesktopServices::openUrl(url);
#endif
Expand Down

0 comments on commit 36211da

Please sign in to comment.