Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
In fact, and as a general rule, we should always use full class names in signals/slots. Simple as that.
  • Loading branch information
agarny committed Nov 19, 2019
1 parent 0f0bc5a commit e629ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/support/SimulationSupport/src/simulation.h
Expand Up @@ -432,7 +432,6 @@ 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 e629ca0

Please sign in to comment.