mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-14 04:16:33 +02:00
DaemonManager::closing()
This commit is contained in:
parent
065b060102
commit
7876957b48
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user