Fix typo 2: electric boogaloo
This commit is contained in:
parent
9e7ac6a009
commit
a46df40939
1 changed files with 1 additions and 1 deletions
|
@ -1801,7 +1801,7 @@ void GMainWindow::OnMenuReportCompatibility() {
|
|||
}
|
||||
}
|
||||
|
||||
void GMainWindow::OpenURL(QUrl const& url) {
|
||||
void GMainWindow::OpenURL(const QUrl& url) {
|
||||
|
||||
const bool open = QDesktopServices::openUrl(url);
|
||||
if (!open) {
|
||||
|
|
Loading…
Reference in a new issue