kwalletmanager: fix crash on attempt to open wallet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-03-28 22:45:54 +03:00
parent 6ec78a09ab
commit b67c0211e3

View file

@ -146,7 +146,7 @@ KWalletEditor::KWalletEditor(QWidget* parent, const char *name)
connect(_hideContents, SIGNAL(clicked()),
this, SLOT(hidePasswordContents()));
// createActions();
createActions(actionCollection());
// TODO: remove kwalleteditor.rc file
}