mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 10:08:54 -04:00
Fix extra check that wasn't needed
This commit is contained in:
parent
17f4e23215
commit
e439e057a0
1 changed files with 0 additions and 3 deletions
|
@ -523,9 +523,6 @@ void DatabaseTabWidget::modified()
|
||||||
{
|
{
|
||||||
Q_ASSERT(qobject_cast<Database*>(sender()));
|
Q_ASSERT(qobject_cast<Database*>(sender()));
|
||||||
|
|
||||||
if (config()->get("AutoSaveAfterEveryChange").toBool()) {
|
|
||||||
config()->set("LastDatabases", QVariant());
|
|
||||||
}
|
|
||||||
Database* db = static_cast<Database*>(sender());
|
Database* db = static_cast<Database*>(sender());
|
||||||
DatabaseManagerStruct& dbStruct = m_dbList[db];
|
DatabaseManagerStruct& dbStruct = m_dbList[db];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue