mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 14:58:32 +00:00
Fix indentation
This commit is contained in:
parent
c6e2449bff
commit
4d1face540
7 changed files with 19 additions and 19 deletions
|
@ -272,7 +272,7 @@ void DMainWindow::UpdateIcons()
|
|||
// Help menu
|
||||
void DMainWindow::OnOpenWebsite()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl(SL("https://dolphin-emu.org/")));
|
||||
QDesktopServices::openUrl(QUrl(SL("https://dolphin-emu.org/")));
|
||||
}
|
||||
|
||||
void DMainWindow::OnOpenDocs()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue