mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
clang format
This commit is contained in:
parent
ffcc15d946
commit
6d42572c74
1 changed files with 1 additions and 2 deletions
|
|
@ -176,8 +176,7 @@ void ConfigureStorage::MigrateFolder(const QString& from, const QString& dest) {
|
|||
|
||||
if (deleteReply == QMessageBox::Yes) {
|
||||
if (!FileUtil::DeleteDirRecursively(from.toStdString())) {
|
||||
QMessageBox::warning(this, tr("Deletion Failed"),
|
||||
tr("Failed to delete old data."));
|
||||
QMessageBox::warning(this, tr("Deletion Failed"), tr("Failed to delete old data."));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue