Store keys and data into class Mifare

This commit is contained in:
wh201906
2020-04-23 17:50:20 +08:00
parent 0be1eb5041
commit b2fa97ff18
5 changed files with 205 additions and 61 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void PM3Process::onReadyRead()
requiredOutput->append(out);
if(out != "")
{
qDebug() << "PM3Process::onReadyRead:" << out;
// qDebug() << "PM3Process::onReadyRead:" << out;
emit newOutput(out);
}
+1 -1
View File
@@ -9,7 +9,7 @@ Util::Util(QObject *parent) : QObject(parent)
void Util::processOutput(QString output)
{
qDebug() << "Util::processOutput:" << output;
// qDebug() << "Util::processOutput:" << output;
if(isRequiringOutput)
{
requiredOutput->append(output);