Initalize protect switch variables.

This commit is contained in:
Felix Geyer 2011-07-06 23:44:29 +02:00
parent 6d4561bc57
commit 1d6e106aee

View File

@ -36,6 +36,14 @@ Metadata::Metadata(Database* parent)
m_recycleBinChanged = now;
m_entryTemplatesGroupChanged = now;
m_masterKeyChanged = now;
m_protectTitle = false;
m_protectUsername = false;
m_protectPassword = true;
m_protectUrl = false;
m_protectNotes = false;
// TODO initalize all members
}
QString Metadata::generator() const