mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 14:28:40 -05:00
Fix typo
This commit is contained in:
@ -1801,7 +1801,7 @@ void GMainWindow::OnMenuReportCompatibility() {
|
||||
}
|
||||
}
|
||||
|
||||
void GMainWindow::OpenURL(QString const& url_str) {
|
||||
void GMainWindow::OpenURL(const QString& url_str) {
|
||||
|
||||
const QUrl url{url_str};
|
||||
const bool open = QDesktopServices::openUrl(url);
|
||||
|
Reference in New Issue
Block a user