chore: clear warning text before extract
This commit is contained in:
parent
ef8fb89eb3
commit
27cb17c640
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ bool ImportController::extractConfigFromFile(const QString &fileName)
|
|||
|
||||
bool ImportController::extractConfigFromData(QString data)
|
||||
{
|
||||
m_maliciousWarningText.clear();
|
||||
|
||||
QString config = data;
|
||||
QString prefix;
|
||||
QString errormsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue