From 06927cd3c256949fb0622889506cc3bd3a2e286e Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 16 Mar 2024 01:24:33 +0100 Subject: Include moc files for a tiny speedup on incremental builds --- src/ui/Theme.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/Theme.cpp') diff --git a/src/ui/Theme.cpp b/src/ui/Theme.cpp index 159fc2ae..4d46db13 100644 --- a/src/ui/Theme.cpp +++ b/src/ui/Theme.cpp @@ -84,3 +84,5 @@ Theme::Theme(QStringView theme) error_ = QColor(0xdd, 0x3d, 0x3d); } } + +#include "moc_Theme.cpp" -- cgit 1.5.1