mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-15 03:51:14 +00:00
Make clang-format happy
This commit is contained in:
parent
589ea79551
commit
9386c6f7de
@ -269,7 +269,6 @@ void CMainDialog::OnCheckboxFullscreen(bool checked)
|
||||
UpdateInterface();
|
||||
}
|
||||
|
||||
|
||||
void CMainDialog::SelectDataPathDialog()
|
||||
{
|
||||
QString data_path = QString::fromStdString(currentConfigApp->m_cd_path);
|
||||
@ -286,7 +285,8 @@ void CMainDialog::SelectDataPathDialog()
|
||||
currentConfigApp->m_cd_path = data_dir.absolutePath().toStdString();
|
||||
data_dir.cd(QString("DATA"));
|
||||
data_dir.cd(QString("disk"));
|
||||
currentConfigApp->m_base_path = data_dir.absolutePath().toStdString();;
|
||||
currentConfigApp->m_base_path = data_dir.absolutePath().toStdString();
|
||||
;
|
||||
m_modified = true;
|
||||
}
|
||||
UpdateInterface();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user