mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
send close signal only on restart to avoid problems while destructiong on normal exit (#376)
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
///
|
||||
/// free all alocated objects, should be called only from constructor or before restarting hyperion
|
||||
///
|
||||
void freeObjects();
|
||||
void freeObjects(bool emitCloseSignal=false);
|
||||
|
||||
static Hyperion* initInstance(const QJsonObject& qjsonConfig, const QString configFile);
|
||||
static Hyperion* getInstance();
|
||||
|
Reference in New Issue
Block a user