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:00 +0200 |
commit | e9ad638186a167c22bc4e36d4ba15edafe3570c7 (patch) | |
tree | 36dfa3277bf3ab8d7c6891bcbd3dab994fc9725f /src/qlcdstring.cpp | |
parent | 3126e21bd969485ab1a222e98cd701343b8895f5 (diff) | |
download | ksensors-e9ad638186a167c22bc4e36d4ba15edafe3570c7.tar.gz ksensors-e9ad638186a167c22bc4e36d4ba15edafe3570c7.zip |
Fix FTBFS due to improper automoc
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/qlcdstring.cpp')
-rw-r--r-- | src/qlcdstring.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/qlcdstring.cpp b/src/qlcdstring.cpp index 8426c76..f37dbc0 100644 --- a/src/qlcdstring.cpp +++ b/src/qlcdstring.cpp @@ -105,10 +105,4 @@ TQPainter p(this); TQLcd::draw(&p,0,0,width(),height(),digitStr.latin1(),options,&forColor,&shaColor); } - - - - - - - +#include "qlcdstring.moc" |