DaemonManager: console debug output

This commit is contained in:
Jacob Brydolf
2016-11-07 15:00:14 +01:00
committed by Jaquee
parent 14a5bd5dcc
commit 7840dab9cc
2 changed files with 2 additions and 12 deletions

View File

@@ -15,7 +15,6 @@ public:
Q_INVOKABLE bool start();
Q_INVOKABLE bool stop();
Q_INVOKABLE QString console() const;
// return true if daemon process is started
Q_INVOKABLE bool running() const;
@@ -34,7 +33,6 @@ private:
explicit DaemonManager(QObject *parent = 0);
static DaemonManager * m_instance;
QProcess *m_daemon;
QString dConsole;
bool initialized = false;
};