mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-21 11:33:35 +00:00
Remove unnecessary newline
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
Reference in New Issue
Block a user