┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/views/versioncontrol/pendingthreadsmaintainer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/views/versioncontrol/pendingthreadsmaintainer.h b/src/views/versioncontrol/pendingthreadsmaintainer.h
index 3e99c8657..63a198b8d 100644
--- a/src/views/versioncontrol/pendingthreadsmaintainer.h
+++ b/src/views/versioncontrol/pendingthreadsmaintainer.h
@@ -27,6 +27,11 @@
class QTimer;
/**
+ * TODO: Replace the PendingThreadMaintainer by a kind of
+ * VersionControlThreadFactory that is responsible for creating
+ * and deleting the threads. This would bypass the hack to poll
+ * for for pending threads.
+ *
* If the creator of a thread gets deleted, although the thread is still
* working, usually QThread::wait() is invoked. The drawback of this
* approach is that the user interface gets blocked for an undefined amount