mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
Remove unnecessary newline
This commit is contained in:
parent
0f4512291a
commit
6582857356
1 changed files with 0 additions and 1 deletions
|
@ -1812,7 +1812,6 @@ void GMainWindow::OnMenuReportCompatibility() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void GMainWindow::OpenURL(const QUrl& url) {
|
void GMainWindow::OpenURL(const QUrl& url) {
|
||||||
|
|
||||||
const bool open = QDesktopServices::openUrl(url);
|
const bool open = QDesktopServices::openUrl(url);
|
||||||
if (!open) {
|
if (!open) {
|
||||||
QMessageBox::warning(this, tr("Error opening URL"),
|
QMessageBox::warning(this, tr("Error opening URL"),
|
||||||
|
|
Loading…
Reference in a new issue