enablingdatastream name change

This commit is contained in:
Dhanya Maliakal 2016-09-20 14:42:01 +02:00
parent 6abb1d2ae9
commit 9f2430cace

View File

@ -334,7 +334,7 @@ void qDrawPlot::SetupWidgetWindow(){
//Setting the callback function to get progress from detector class(using receivers)
myDet->registerProgressCallback(&(GetProgressCallBack),this);
//stream data to the gui
myDet->setDataStreamingFromReceiver(1);
myDet->enableDataStreamingFromReceiver(1);
qDefs::checkErrorMessage(myDet,"qDrawPlot::SetupWidgetWindow");