aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/reporthandler.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-08-23 11:06:20 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-08-23 09:12:33 +0000
commit31eb5b52d7ceb28e5783a4a383b547434ea832b5 (patch)
treef410b6b8c3bd6669ba1b916b55b44ff76ac9fb4b /sources/shiboken2/ApiExtractor/reporthandler.h
parentecef77d751369cf7d66d5fccd110a30237755cdc (diff)
shiboken: Prefix all warning messages by base prefix of typesystem file
shiboken is run in parallel when building PySide2, so it is sometimes hard to tell where warnings come from. Change-Id: Iaccd91543e14e6e9c38ebfa2b0c285417f924d03 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/shiboken2/ApiExtractor/reporthandler.h')
-rw-r--r--sources/shiboken2/ApiExtractor/reporthandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/shiboken2/ApiExtractor/reporthandler.h b/sources/shiboken2/ApiExtractor/reporthandler.h
index 6896d6e86..a22e58d46 100644
--- a/sources/shiboken2/ApiExtractor/reporthandler.h
+++ b/sources/shiboken2/ApiExtractor/reporthandler.h
@@ -64,6 +64,8 @@ public:
static bool isSilent();
static void setSilent(bool silent);
+ static void setPrefix(const QString &p);
+
private:
static void messageOutput(QtMsgType type, const QMessageLogContext &context, const QString &msg);
};