Revert the design choice of making the PythonCaller a static singleton
This commit is contained in:
@@ -45,12 +45,6 @@
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
|
||||
PythonCaller &PythonCaller::instance()
|
||||
{
|
||||
static PythonCaller instance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
PythonCaller::PythonCaller() :
|
||||
metricModuleName("metrics"),
|
||||
metricFunctionName("calculateMetrics"),
|
||||
|
||||
Reference in New Issue
Block a user