summaryrefslogtreecommitdiffstats
path: root/src/tools/tracegen/panic.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-09-10 15:43:22 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-09-11 11:30:55 +0200
commit756c65d3676d2b3ce5c7b56145e5f0f7cf7178ad (patch)
treeb16eb8ec1668042a3721f1ee0cfb2a57bc89fc90 /src/tools/tracegen/panic.h
parent37e7c3c11698812f07d8b78c90d0adcffd1d0d33 (diff)
Fix build with -trace lttng
Fix superfluous space in qtgui.tracepoints and make tracegen more lenient towards unknown types (the ETW implementation outright ignores those). Pick-to: 5.15 Fixes: QTBUG-86546 Change-Id: I71cc323afa1009dbaefe20e55818ecb6c0b09c59 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/tools/tracegen/panic.h')
-rw-r--r--src/tools/tracegen/panic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tracegen/panic.h b/src/tools/tracegen/panic.h
index c6b195af00..58e56c0116 100644
--- a/src/tools/tracegen/panic.h
+++ b/src/tools/tracegen/panic.h
@@ -41,5 +41,6 @@
#define PANIC_H
void panic(const char *fmt, ...);
+void justified_worry(const char *fmt, ...);
#endif // PANIC_H