qt: medialib: add missing override

This commit is contained in:
Alexandre Janniaux 2022-05-20 14:46:16 +02:00 committed by Hugo Beauzée-Luyssen
parent 8d838e7ea2
commit d305611d6d
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ public:
setAutoDelete(false);
}
void run()
void run() override
{
if (m_canceled)
{