aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorna <noah.andreas@nukura.com>2017-01-23 15:38:25 +0100
committerna <noah.andreas@nukura.com>2017-01-23 15:38:25 +0100
commita94cb37c4e0d8ea298d84dddebe291a43768e8b6 (patch)
treee734608e14fac1cd9083250a6f882c3bcdd3e06b
parenta4fdd9f27205367fab237b1fb43da88e42748d42 (diff)
downloadlead-a94cb37c4e0d8ea298d84dddebe291a43768e8b6.tar
lead-a94cb37c4e0d8ea298d84dddebe291a43768e8b6.tar.gz
lead-a94cb37c4e0d8ea298d84dddebe291a43768e8b6.zip
rbuild
-rw-r--r--README.md2
-rwxr-xr-xdata/usr/bin/mlde-leadbin45056 -> 45056 bytes
-rw-r--r--src/lead.cpp1
3 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea70e27..fe85c03 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ To enable a action for a sensor, simply add a command to the corner or side:
left=
right=
top=
- topLeft=mlde.californium toggle
+ topLeft=mlde-californium toggle
topRight=skippy-xd
Used config-files and theme-files are monitored and changes are applied automatically.
diff --git a/data/usr/bin/mlde-lead b/data/usr/bin/mlde-lead
index 4b90dab..5e07fcd 100755
--- a/data/usr/bin/mlde-lead
+++ b/data/usr/bin/mlde-lead
Binary files differ
diff --git a/src/lead.cpp b/src/lead.cpp
index f6a4c60..dda39f8 100644
--- a/src/lead.cpp
+++ b/src/lead.cpp
@@ -52,6 +52,7 @@ Lead::~Lead()
void
Lead::watchSettings()
{
+ qDebug() << settings.fileName();
watcher.addPath(settings.fileName());
connect(&watcher, SIGNAL(fileChanged(QString)), this, SLOT(fileChanged(QString)));