This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
[Regression] Warning: QObject::connect: invalid null parameter #4406
Labels
C-bug
The issue contains a bug report
I am getting an error:
:0 : Warning: QObject::connect: invalid null parameter
on startup.This is consistently reproducible since 7e3ad7b.
As far as I can tell the problem seems to be that
av
isnull
in lines 237-238 in above mentioned commit:I think this is because
Core::getAv
is called beforeCore::start
initializes the returnedav
.Full log: log.txt
The text was updated successfully, but these errors were encountered: