You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error = tr("The path component '%1' is too long. Either enable long paths in the Windows settings, or choose a different folder.").arg(longPathComponent);
239
+
}
240
+
}
241
+
}
242
+
243
+
if (error.isEmpty()) {
244
+
qCDebug(lcFolder) << "Checked local path ok";
245
+
if (!_journal.open()) {
246
+
error = tr("%1 failed to open the database.").arg(_definition.localPath());
0 commit comments