mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Initialize a bunch of uninitialized members. It does not seem to
matter what they are initialized to. Fixes coverity #23391.
This commit is contained in:
parent
1bd5ef9a75
commit
d29732e138
@ -33,7 +33,8 @@ namespace lyx {
|
|||||||
namespace frontend {
|
namespace frontend {
|
||||||
|
|
||||||
FloatPlacement::FloatPlacement(bool show_options, QWidget * parent)
|
FloatPlacement::FloatPlacement(bool show_options, QWidget * parent)
|
||||||
: InsetParamsWidget(parent), float_list_(0)
|
: InsetParamsWidget(parent), standardfloat_ (true),
|
||||||
|
allows_wide_(true), allows_sideways_(true), float_list_(0)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user