diff --git a/quickgui/controller.cpp b/quickgui/controller.cpp index c0be439..adb3138 100644 --- a/quickgui/controller.cpp +++ b/quickgui/controller.cpp @@ -157,6 +157,7 @@ void Controller::create() m_file.generateRootEntry(); m_entryModel.setRootEntry(m_file.rootEntry()); + m_password.clear(); // avoid using the password of previously opened file setFileOpen(true); updateWindowTitle(); }