mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Fixed typo in Doxygen documentation of ThreadWithProgressWindow.
This commit is contained in:
parent
d0415da361
commit
0bc3388d2b
1 changed files with 4 additions and 4 deletions
|
|
@ -119,8 +119,8 @@ public:
|
|||
|
||||
Before returning, the dialog box will be hidden.
|
||||
|
||||
@param threadPriority the priority to use when starting the thread - see
|
||||
Thread::startThread() for values
|
||||
@param priority the priority to use when starting the thread - see
|
||||
Thread::startThread() for values
|
||||
@returns true if the thread finished normally; false if the user pressed cancel
|
||||
*/
|
||||
bool runThread (int priority = 5);
|
||||
|
|
@ -132,8 +132,8 @@ public:
|
|||
the thread finishes normally, or the cancel button is pressed, the window will be
|
||||
hidden and the threadComplete() method will be called.
|
||||
|
||||
@param threadPriority the priority to use when starting the thread - see
|
||||
Thread::startThread() for values
|
||||
@param priority the priority to use when starting the thread - see
|
||||
Thread::startThread() for values
|
||||
*/
|
||||
void launchThread (int priority = 5);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue