Initalize autoEnableVisualHiding.

This commit is contained in:
Felix Geyer 2011-11-20 10:16:13 +01:00
parent 78c5094caa
commit baace14918

View file

@ -47,6 +47,7 @@ Metadata::Metadata(Database* parent)
m_protectPassword = true; m_protectPassword = true;
m_protectUrl = false; m_protectUrl = false;
m_protectNotes = false; m_protectNotes = false;
m_autoEnableVisualHiding = false;
} }
QString Metadata::generator() const QString Metadata::generator() const