Skip to content
Snippets Groups Projects
Verified Commit 7de24a42 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Don't try to load verification status before db is ready

parent 1bdf4ebd
No related branches found
No related tags found
No related merge requests found
Pipeline #1998 passed
......@@ -24,7 +24,6 @@ SelfVerificationStatus::SelfVerificationStatus(QObject *o)
this,
&SelfVerificationStatus::invalidate,
Qt::UniqueConnection);
invalidate();
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment