aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/reporthandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/ApiExtractor/reporthandler.h')
-rw-r--r--sources/shiboken2/ApiExtractor/reporthandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/shiboken2/ApiExtractor/reporthandler.h b/sources/shiboken2/ApiExtractor/reporthandler.h
index 08ab7d23c..21f0e8933 100644
--- a/sources/shiboken2/ApiExtractor/reporthandler.h
+++ b/sources/shiboken2/ApiExtractor/reporthandler.h
@@ -33,6 +33,7 @@
#include <QString>
Q_DECLARE_LOGGING_CATEGORY(lcShiboken)
+Q_DECLARE_LOGGING_CATEGORY(lcShibokenDoc)
class ReportHandler
{
@@ -40,9 +41,11 @@ public:
enum DebugLevel { NoDebug, SparseDebug, MediumDebug, FullDebug };
static void install();
+ static void startTimer();
static DebugLevel debugLevel();
static void setDebugLevel(DebugLevel level);
+ static bool setDebugLevelFromArg(const QString &);
static int warningCount();