Skip to content

Commit

Permalink
Python: PythonQt requires full class names for result types.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 19, 2019
1 parent 9ab91ae commit 0f0bc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/support/SimulationSupport/src/simulation.h
Expand Up @@ -432,6 +432,7 @@ public slots:

OpenCOR::SimulationSupport::SimulationData * data() const;
OpenCOR::SimulationSupport::SimulationResults * results() const;
// Note: the full class names are needed for our Python wrappers...

int runsCount() const;
quint64 runSize(int pRun = -1) const;
Expand Down

0 comments on commit 0f0bc5a

Please sign in to comment.