Remove lock file and cleanup file handling [#1002]

This commit is contained in:
Jonathan White 2017-11-26 16:58:54 -05:00
parent a5a5c6723e
commit c2d04499ab
3 changed files with 44 additions and 153 deletions

View file

@ -1284,8 +1284,11 @@ void DatabaseWidget::reloadDatabaseFile()
}
} else {
m_messageWidget->showMessage(
tr("Could not open the new database file while attempting to autoreload this database."),
tr("Could not open the new database file while attempting to autoreload this database.")
.append("\n").append(file.errorString()),
MessageWidget::Error);
// Mark db as modified since existing data may differ from file or file was deleted
m_db->modified();
}
// Rewatch the database file