DaemonManager::closing()

This commit is contained in:
Jacob Brydolf 2016-11-07 23:06:18 +01:00 committed by Jaquee
parent 065b060102
commit 7876957b48
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39
2 changed files with 6 additions and 0 deletions

View File

@ -123,3 +123,8 @@ DaemonManager::DaemonManager(QObject *parent)
}
void DaemonManager::closing()
{
qDebug() << __FUNCTION__;
stop();
}

View File

@ -27,6 +27,7 @@ signals:
public slots:
void printOutput();
void printError();
void closing();
private: