summaryrefslogtreecommitdiffstats
path: root/logic/java/JavaCheckerJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/java/JavaCheckerJob.h')
-rw-r--r--logic/java/JavaCheckerJob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/java/JavaCheckerJob.h b/logic/java/JavaCheckerJob.h
index 4e2038ca..23003a03 100644
--- a/logic/java/JavaCheckerJob.h
+++ b/logic/java/JavaCheckerJob.h
@@ -36,7 +36,7 @@ public:
// if this is already running, the action needs to be started right away!
if (isRunning())
{
- emit progress(current_progress, total_progress);
+ setProgress(current_progress, total_progress);
connect(base.get(), SIGNAL(checkFinished(JavaCheckResult)), SLOT(partFinished(JavaCheckResult)));
base->performCheck();