add tests for extupgrade

This commit is contained in:
2016-05-25 12:35:34 +03:00
parent c57a92b687
commit b73fb19409
7 changed files with 236 additions and 19 deletions

View File

@ -225,6 +225,8 @@ void ExtUpgrade::updateValue()
.filter(QRegExp(m_filter))
.count();
}(qoutput);
emit(dataReceived(value));
}