NOISSUE handle 'folder' Flame packages by ignoring them, show warnings for minor Flame import problems

This commit is contained in:
Petr Mrázek
2017-12-30 18:57:46 +01:00
parent 5937b1c3d4
commit 58ead6a1f4
6 changed files with 57 additions and 15 deletions

View File

@@ -373,6 +373,10 @@ protected:
{
m_child->start();
}
QStringList warnings() const override
{
return m_child->warnings();
}
private slots:
void childSucceded()