diff options
author | Michele Calgaro <[email protected]> | 2024-10-23 16:31:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-23 16:31:56 +0900 |
commit | c622965761f8940197e46703484b07db294bc34c (patch) | |
tree | 169669d972d038dfb9f2622ce7896e6b9de0cbd2 /kmymoney2/widgets/void-timetrace.cpp | |
parent | b00a4d93d2bb7abbb9f7a7a1fac14367a75ad2ce (diff) | |
download | kmymoney-c622965761f8940197e46703484b07db294bc34c.tar.gz kmymoney-c622965761f8940197e46703484b07db294bc34c.zip |
Need to include definition of Q_UNUSED macro
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/widgets/void-timetrace.cpp')
-rw-r--r-- | kmymoney2/widgets/void-timetrace.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kmymoney2/widgets/void-timetrace.cpp b/kmymoney2/widgets/void-timetrace.cpp index 3d19076..fefe6dc 100644 --- a/kmymoney2/widgets/void-timetrace.cpp +++ b/kmymoney2/widgets/void-timetrace.cpp @@ -1,3 +1,5 @@ +#include <tqglobal.h> + // required for the testcases, not used in TQt Designer plugin void timetrace(const char *txt) { |