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.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/sources/shiboken2/ApiExtractor/reporthandler.h b/sources/shiboken2/ApiExtractor/reporthandler.h
index 8f97cb506..08ab7d23c 100644
--- a/sources/shiboken2/ApiExtractor/reporthandler.h
+++ b/sources/shiboken2/ApiExtractor/reporthandler.h
@@ -48,15 +48,8 @@ public:
static int suppressedCount();
- template <typename T>
- static void setProgressReference(T collection)
- {
- setProgressReference(collection.count());
- }
-
- static void setProgressReference(int max);
-
- static void progress(const QString &str, ...);
+ static void startProgress(const QByteArray &str);
+ static void endProgress();
static bool isDebug(DebugLevel level)
{ return debugLevel() >= level; }