mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix crash when editing an entry.
This commit is contained in:
parent
73b84ff670
commit
58d4a0208b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user