DaemonManager::closing()

pull/2/head
Jacob Brydolf 8 years ago committed by Jaquee
parent 065b060102
commit 7876957b48
No known key found for this signature in database
GPG Key ID: 384E52B09F45DC39

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

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