mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Initialize pointer members
Coverity issue 23387
This commit is contained in:
parent
67907d2f12
commit
cdeb425451
@ -2700,7 +2700,9 @@ GuiShortcutDialog::GuiShortcutDialog(QWidget * parent) : QDialog(parent)
|
||||
|
||||
|
||||
PrefShortcuts::PrefShortcuts(GuiPreferences * form)
|
||||
: PrefModule(catEditing, N_("Shortcuts"), form)
|
||||
: PrefModule(catEditing, N_("Shortcuts"), form),
|
||||
editItem_(0), mathItem_(0), bufferItem_(0), layoutItem_(0),
|
||||
systemItem_(0)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user