mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 06:17:24 -04:00
DaemonManager::closing()
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user