Fix opening files from command line

* Fix #2877 - password is unchecked by default
* Smarter activation of key components based on contents of text entry fields
* Prevent multiple copies of the same database from opening when the canonicalFileName != fileName
This commit is contained in:
Jonathan White
2019-03-26 22:23:16 -04:00
parent 52d411f423
commit edef225eab
4 changed files with 35 additions and 19 deletions

View File

@@ -82,6 +82,7 @@ public:
QUuid uuid() const;
QString filePath() const;
QString canonicalFilePath() const;
void setFilePath(const QString& filePath);
Metadata* metadata();