mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
fix restart of hyperion. now devices closed before restart (#269)
This commit is contained in:
@@ -78,6 +78,10 @@ public:
|
||||
///
|
||||
~Hyperion();
|
||||
|
||||
///
|
||||
/// free all alocated objects, should be called only from constructor or before restarting hyperion
|
||||
///
|
||||
void freeObjects();
|
||||
|
||||
static Hyperion* initInstance(const Json::Value& jsonConfig, const QJsonObject& qjsonConfig, const std::string configFile);
|
||||
static Hyperion* getInstance();
|
||||
|
Reference in New Issue
Block a user