mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add missing initialization
Spotted by coverity
This commit is contained in:
parent
a2425c7121
commit
1f10969bb5
@ -205,7 +205,7 @@ class GuiSymbols::Model : public QAbstractListModel
|
||||
{
|
||||
public:
|
||||
Model(GuiSymbols * parent)
|
||||
: QAbstractListModel(parent)
|
||||
: QAbstractListModel(parent), encoding_(0)
|
||||
{}
|
||||
|
||||
QModelIndex index(int row, int column, QModelIndex const &) const
|
||||
|
Loading…
Reference in New Issue
Block a user