From baace149180a6a6f5efcf2b1e3a1c1c77f415fa6 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 20 Nov 2011 10:16:13 +0100 Subject: [PATCH] Initalize autoEnableVisualHiding. --- src/core/Metadata.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Metadata.cpp b/src/core/Metadata.cpp index 3abb4f13..9a75dd3a 100644 --- a/src/core/Metadata.cpp +++ b/src/core/Metadata.cpp @@ -47,6 +47,7 @@ Metadata::Metadata(Database* parent) m_protectPassword = true; m_protectUrl = false; m_protectNotes = false; + m_autoEnableVisualHiding = false; } QString Metadata::generator() const