fix compile error
This commit is contained in:
parent
dd30844ee5
commit
fed16055bc
|
|
@ -173,7 +173,7 @@ RelationModel *DatabaseModel::relationByTableNames(const QString &masterTableNam
|
|||
|
||||
DatabaseModel DatabaseModel::fromJson(QJsonObject &json)
|
||||
{
|
||||
DatabaseModel model(QString());
|
||||
DatabaseModel model;
|
||||
|
||||
model.setVersion(json.value(NODE_VERSION).toString());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue