Merge "Fix warning about virtual override"

bb10
Andreas Buhr 2021-03-05 10:22:52 +01:00 committed by Qt CI Bot
commit 63b40b962e
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ void tst_QThreadPool::expiryTimeoutRace() // QTBUG-3786
class ExceptionTask : public QRunnable
{
public:
void run()
void run() override
{
throw new int;
}