diff options
Diffstat (limited to 'kmymoney2/widgets/void-timetrace.cpp')
-rw-r--r-- | kmymoney2/widgets/void-timetrace.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kmymoney2/widgets/void-timetrace.cpp b/kmymoney2/widgets/void-timetrace.cpp new file mode 100644 index 0000000..3d19076 --- /dev/null +++ b/kmymoney2/widgets/void-timetrace.cpp @@ -0,0 +1,5 @@ +// required for the testcases, not used in TQt Designer plugin +void timetrace(const char *txt) +{ + Q_UNUSED(txt); +} |