mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
DolphinQt: Indentation fixes.
This commit is contained in:
parent
831d8ef13f
commit
db8b50cf7e
@ -200,8 +200,7 @@ QString DMainWindow::ShowFileDialog()
|
|||||||
QString DMainWindow::ShowFolderDialog()
|
QString DMainWindow::ShowFolderDialog()
|
||||||
{
|
{
|
||||||
return QFileDialog::getExistingDirectory(this, tr("Browse for a directory to add"),
|
return QFileDialog::getExistingDirectory(this, tr("Browse for a directory to add"),
|
||||||
QDir::homePath(),
|
QDir::homePath(), QFileDialog::ShowDirsOnly);
|
||||||
QFileDialog::ShowDirsOnly);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void DMainWindow::DoStartPause()
|
void DMainWindow::DoStartPause()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user