mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +00:00
Fix typo 2: electric boogaloo
This commit is contained in:
parent
c8d6e50b05
commit
d0647a7ae9
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);
|
const bool open = QDesktopServices::openUrl(url);
|
||||||
if (!open) {
|
if (!open) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue