NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for minor Flame import problems
This commit is contained in:
parent
5937b1c3d4
commit
58ead6a1f4
6 changed files with 57 additions and 15 deletions
|
@ -373,6 +373,10 @@ protected:
|
|||
{
|
||||
m_child->start();
|
||||
}
|
||||
QStringList warnings() const override
|
||||
{
|
||||
return m_child->warnings();
|
||||
}
|
||||
|
||||
private slots:
|
||||
void childSucceded()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue