mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
make QThreadPoolPrivate::startThread() argument required
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
295033a8c0
commit
8d9a5faf9c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
void tryToStartMoreThreads();
|
||||
bool tooManyThreadsActive() const;
|
||||
|
||||
void startThread(QRunnable *runnable = 0);
|
||||
void startThread(QRunnable *runnable);
|
||||
void reset();
|
||||
bool waitForDone(int msecs = -1);
|
||||
void stealRunnable(QRunnable *);
|
||||
|
|
Loading…
Add table
Reference in a new issue