aboutsummaryrefslogtreecommitdiffstats
path: root/science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h')
-rw-r--r--science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h b/science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h
new file mode 100644
index 000000000000..81ab7c6f6374
--- /dev/null
+++ b/science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h
@@ -0,0 +1,13 @@
+--- OMSens_Qt/OMSensPlugin.h.orig 2025-11-26 07:56:10 UTC
++++ OMSens_Qt/OMSensPlugin.h
+@@ -24,8 +24,8 @@ class OMSensPlugin: public QObject, public Information
+ public:
+ virtual void setOpenModelicaHome(const QString &omhome) override;
+ virtual void setTempPath(const QString &path) override;
+- virtual void setOMSensPath(const QString &path) override;
+- virtual void setPython(const QString &path) override;
++ virtual void setOMSensPath(const QString &path);
++ virtual void setPython(const QString &path);
+
+ // ModelInterface interface
+ public: