mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 16:57:26 -04:00
DaemonManager: added console updated signals
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
signals:
|
||||
void daemonStarted();
|
||||
void daemonStopped();
|
||||
void daemonConsoleUpdated(QString message);
|
||||
|
||||
public slots:
|
||||
void printOutput();
|
||||
@@ -34,6 +35,7 @@ private:
|
||||
static DaemonManager * m_instance;
|
||||
QProcess *m_daemon;
|
||||
QString dConsole;
|
||||
bool initialized = false;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user