solved some warnings

This commit is contained in:
Dhanya Maliakal
2017-07-27 12:08:12 +02:00
parent 915fd41bf6
commit 77dc4d3d77
4 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ SlsQt2DPlotLayout::SlsQt2DPlotLayout(QWidget *parent):QGroupBox(parent){
the_layout=0;
the_plot = new SlsQt2DPlot(this);
z_range_ne = new SlsQtNumberEntry(this,1,"Set the z axis range from",2,"to",2);
z_range_ne = new SlsQtNumberEntry(this,1,(char*)"Set the z axis range from",2,(char*)"to",2);
z_range_ne->setFixedWidth(402);
#ifndef IAN
zRangeChecked = false;