aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/shared/logging/coloredoutput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/shared/logging/coloredoutput.h')
-rw-r--r--src/app/shared/logging/coloredoutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/shared/logging/coloredoutput.h b/src/app/shared/logging/coloredoutput.h
index 182d96bbe..a7b145ba5 100644
--- a/src/app/shared/logging/coloredoutput.h
+++ b/src/app/shared/logging/coloredoutput.h
@@ -68,5 +68,6 @@ void printfColored(TextColor color, const char *str, va_list vl);
void printfColored(TextColor color, const char *str, ...);
void fprintfColored(TextColor color, FILE *file, const char *str, va_list vl);
void fprintfColored(TextColor color, FILE *file, const char *str, ...);
+bool terminalSupportsColor();
#endif // QBS_COLOREDOUTPUT_H