diff --git a/HopsanGUI/Widgets/ModelWidget.h b/HopsanGUI/Widgets/ModelWidget.h index f75b0e1b5..887983a6d 100644 --- a/HopsanGUI/Widgets/ModelWidget.h +++ b/HopsanGUI/Widgets/ModelWidget.h @@ -190,9 +190,9 @@ private slots: SharedRemoteCoreSimulationHandlerT mpLocalRemoteCoreSimulationHandler; SharedRemoteCoreSimulationHandlerT mpExternalRemoteCoreSimulationHandler; SharedRemoteCoreSimulationHandlerT chooseRemoteCoreSimulationHandler() const; - double mSimulationProgress; #endif // Remote collected data + double mSimulationProgress; QVector mRemoteResultVariables; QMutex mSimulateMutex; };