mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
mark QThreadPoolThread::run() as final
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
86f36018fd
commit
1bcb642f91
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class QThreadPoolThread : public QThread
|
|||
{
|
||||
public:
|
||||
QThreadPoolThread(QThreadPoolPrivate *manager);
|
||||
void run();
|
||||
void run() final;
|
||||
void registerThreadInactive();
|
||||
|
||||
QWaitCondition runnableReady;
|
||||
|
|
Loading…
Add table
Reference in a new issue