forked from Public/monero-gui
walletManager: coding conventions
Signed-off-by: Jaquee <jaquee.monero@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ class DaemonManager : public QObject
|
||||
|
||||
public:
|
||||
|
||||
static DaemonManager * instance(QStringList args);
|
||||
static DaemonManager * instance(const QStringList *args);
|
||||
|
||||
Q_INVOKABLE bool start();
|
||||
Q_INVOKABLE bool stop();
|
||||
@@ -34,7 +34,7 @@ private:
|
||||
|
||||
explicit DaemonManager(QObject *parent = 0);
|
||||
static DaemonManager * m_instance;
|
||||
static QStringList clArgs;
|
||||
static QStringList m_clArgs;
|
||||
QProcess *m_daemon;
|
||||
bool initialized = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user