aboutsummaryrefslogtreecommitdiffstats
path: root/science/openmodelica/files/patch-OMSens__Qt_OMSensPlugin.h
blob: 81ab7c6f637430c7d26b71e593f8f06620905937 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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: