diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-08-23 14:32:00 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2018-08-23 14:32:17 +0200 |
| commit | b52afc5e2984b0a67205ae8f4a54d3f4e695e73e (patch) | |
| tree | cebbba1fbaab4252c884a4d01d9f62342cbd5a62 /src/sensor.cpp | |
| parent | 7415df7e6fb22791864de6ffdd713bcb4090d8ba (diff) | |
| download | ksensors-b52afc5e2984b0a67205ae8f4a54d3f4e695e73e.tar.gz ksensors-b52afc5e2984b0a67205ae8f4a54d3f4e695e73e.zip | |
Fix FTBFS due to improper automoc
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e9ad638186a167c22bc4e36d4ba15edafe3570c7)
Diffstat (limited to 'src/sensor.cpp')
| -rw-r--r-- | src/sensor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sensor.cpp b/src/sensor.cpp index 73c0829..c1f2ff5 100644 --- a/src/sensor.cpp +++ b/src/sensor.cpp @@ -187,3 +187,5 @@ Sensor::TempScale Sensor::getTempScale() { return ((SensorsList *)parent())->getTempScale(); } + +#include "sensor.moc" |
