mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 12:39:25 +00:00
DaemonManager::closing()
This commit is contained in:
parent
065b060102
commit
7876957b48
2 changed files with 6 additions and 0 deletions
|
@ -123,3 +123,8 @@ DaemonManager::DaemonManager(QObject *parent)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DaemonManager::closing()
|
||||||
|
{
|
||||||
|
qDebug() << __FUNCTION__;
|
||||||
|
stop();
|
||||||
|
}
|
||||||
|
|
|
@ -27,6 +27,7 @@ signals:
|
||||||
public slots:
|
public slots:
|
||||||
void printOutput();
|
void printOutput();
|
||||||
void printError();
|
void printError();
|
||||||
|
void closing();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue