Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-12-29 22:04:25 +0400
committerFelix Geyer <debfx@fobos.de>2011-12-29 22:04:25 +0400
commit58d4a0208b1f82039689c5a110115fad194b7e6a (patch)
tree3f0ff4ba4b85239518e1d92d02e392efca103a16 /src
parent73b84ff670b4914710b1c55852500a254a204cf9 (diff)
Fix crash when editing an entry.
Diffstat (limited to 'src')
-rw-r--r--src/gui/DatabaseWidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/DatabaseWidget.cpp b/src/gui/DatabaseWidget.cpp
index e7f34f907..e81508596 100644
--- a/src/gui/DatabaseWidget.cpp
+++ b/src/gui/DatabaseWidget.cpp
@@ -28,6 +28,7 @@
DatabaseWidget::DatabaseWidget(Database* db, QWidget* parent)
: QStackedWidget(parent)
, m_newGroup(0)
+ , m_newEntry(0)
, m_newParent(0)
{
m_mainWidget = new QWidget(this);