solving warnings from latest linux

This commit is contained in:
Dhanya Maliakal
2017-12-11 13:51:11 +01:00
parent d6a4f83a99
commit bb3e5351b4
3 changed files with 4 additions and 4 deletions

View File

@ -228,7 +228,7 @@ void qDrawPlot::SetupWidgetWindow(){
layout = new QGridLayout;
this->setLayout(layout);
histFrameIndexTitle= histFrameIndexTitle = new QLabel("");
histFrameIndexTitle = new QLabel("");
boxPlot = new QGroupBox("");
layout->addWidget(boxPlot,1,0);