removed unused code
This commit is contained in:
parent
93c43ecbc3
commit
f9f197afd0
3 changed files with 0 additions and 14 deletions
|
@ -184,10 +184,6 @@ bool StartPageLogic::importConnectionFromCode(QString code)
|
|||
return importConnection(o);
|
||||
}
|
||||
|
||||
o = QJsonDocument::fromJson(ba).object();
|
||||
if (!o.isEmpty()) {
|
||||
return importConnection(o);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue