diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-01 19:18:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 01:18:49 +0200 |
commit | 2a158538402d410cbaed3daa817b975c1b3b824f (patch) | |
tree | fc51da05768867cce3d9b5ab3081e90537009c2c /client/imageholder.cpp | |
parent | 117261aff8bf874ecda4e0c8b95270a9ff814da6 (diff) | |
download | twin-style-crystal-2a158538.tar.gz twin-style-crystal-2a158538.zip |
Conversion to the cmake building system.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f5dd4b1e8d22437603cc7c4f481bdd2a02500750)
Diffstat (limited to 'client/imageholder.cpp')
-rw-r--r-- | client/imageholder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/imageholder.cpp b/client/imageholder.cpp index 8d8934f..b3c2a50 100644 --- a/client/imageholder.cpp +++ b/client/imageholder.cpp @@ -169,3 +169,5 @@ void QImageHolder::BackgroundUpdated(const TQImage *src) emit repaintNeeded(); } + +#include "imageholder.moc" |