diff options
| author | Javier <dev.git@javispedro.com> | 2014-12-03 01:19:57 +0100 |
|---|---|---|
| committer | Javier <dev.git@javispedro.com> | 2014-12-03 01:19:57 +0100 |
| commit | 87de94ea74c68b5ea0a4b125f1745c7449fbe4f1 (patch) | |
| tree | d1ae6ad7d605bcdb878c7b5ca0a43809c0179654 /daemon/manager.h | |
| parent | 69822e4dcf541a52e4202d5ff566364fb90e6ec0 (diff) | |
fix actually setting the configuration, improve xhr support
Diffstat (limited to 'daemon/manager.h')
| -rw-r--r-- | daemon/manager.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/daemon/manager.h b/daemon/manager.h index 22382b8..239c212 100644 --- a/daemon/manager.h +++ b/daemon/manager.h @@ -141,10 +141,7 @@ public slots: bool SendAppMessage(const QString &uuid, const QVariantMap &data); QString StartAppConfiguration(const QString &uuid); - - void SendAppConfiguration(const QString &uuid, const QString &data) { - // TODO - } + void SendAppConfigurationData(const QString &uuid, const QString &data); signals: void NameChanged(); |
