aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexis Maiquez Murcia <almamu@almamu.com>2019-02-20 09:59:41 +0100
committerAlexis Maiquez Murcia <almamu@almamu.com>2019-02-20 09:59:41 +0100
commit2321c26ccd7d1243f8abfac62fea4790402f301a (patch)
tree917c5708af4c152677fa29a014bae8bfd62c6adc /src
parent959357b391dc5d561788f50d0b84ddc11fefd478 (diff)
downloadlead-2321c26ccd7d1243f8abfac62fea4790402f301a.tar
lead-2321c26ccd7d1243f8abfac62fea4790402f301a.tar.gz
lead-2321c26ccd7d1243f8abfac62fea4790402f301a.zip
~ Fixed errors in the README.md file
Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensor.cpp b/src/sensor.cpp
index e33a9ac..4789175 100644
--- a/src/sensor.cpp
+++ b/src/sensor.cpp
@@ -130,7 +130,7 @@ Sensor::activateEnter()
if (this->debugMode)
setStyleSheet ("background-color: green");
-
+
QProcess::startDetached(enterAction);
}