summaryrefslogtreecommitdiffstats
path: root/include/vcl/idletask.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/idletask.hxx')
-rw-r--r--include/vcl/idletask.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/idletask.hxx b/include/vcl/idletask.hxx
index fd5b17c61b..1b8e33b7b1 100644
--- a/include/vcl/idletask.hxx
+++ b/include/vcl/idletask.hxx
@@ -20,9 +20,9 @@ public:
bool GetFlag() const;
IdleTask();
- // Launch an Idle at TaskPriority::LOWEST and wait until it completes. Can
- // be used to wait until pending Idles at higher TaskPriority::DEFAULT_IDLE
- // have completed.
+ // Launch an Idle at reserved lowest priority of TaskPriority::TOOLKIT_DEBUG
+ // and wait until it completes. Can be used to wait until pending Idles at
+ // higher TaskPriority have completed.
static void waitUntilIdleDispatched();
private: