1
0
Fork 0
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:
Timur Doumler 2015-08-10 15:23:27 +01:00
parent d0415da361
commit 0bc3388d2b

View file

@ -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);