diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index b35ceb470..c5b884215 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -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");