mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-05 09:25:24 -05: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…
x
Reference in New Issue
Block a user