mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Initialize BaseWidget members
This commit is contained in:
parent
3bd1acb21e
commit
6032548d04
@ -29,7 +29,8 @@
|
|||||||
using namespace Widgets;
|
using namespace Widgets;
|
||||||
|
|
||||||
BaseWidget::BaseWidget()
|
BaseWidget::BaseWidget()
|
||||||
: m_widget(nullptr)
|
: m_index(-1)
|
||||||
|
, m_widget(nullptr)
|
||||||
, m_resizeWidget(true)
|
, m_resizeWidget(true)
|
||||||
{
|
{
|
||||||
// Set window palette
|
// Set window palette
|
||||||
|
Loading…
x
Reference in New Issue
Block a user