Add missing initializers

This commit is contained in:
Andy Maloney
2017-04-08 21:38:23 -04:00
parent 010db431b1
commit aa5b4c6a66
8 changed files with 9 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
namespace LimeReport{
ObjectBrowser::ObjectBrowser(QWidget *parent)
:QWidget(parent), m_changingItemSelection(false)
:QWidget(parent), m_report(NULL), m_mainWindow(NULL), m_changingItemSelection(false)
{
QVBoxLayout *layout = new QVBoxLayout(this);
setLayout(layout);