mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
set actual version of keepasshttp (1.8.4.0)
This commit is contained in:
parent
eab4861383
commit
5b9338e40e
@ -34,7 +34,7 @@ static const char * const STR_SET_LOGIN = "set-login";
|
||||
static const char * const STR_ASSOCIATE = "associate";
|
||||
static const char * const STR_TEST_ASSOCIATE = "test-associate";
|
||||
static const char * const STR_GENERATE_PASSWORD = "generate-password";
|
||||
static const char * const STR_VERSION = "1.8.3.0";
|
||||
static const char * const STR_VERSION = "1.8.4.0";
|
||||
|
||||
}/*namespace KeepassHttpProtocol*/
|
||||
|
||||
@ -352,7 +352,7 @@ QVariant Response::getEntries() const
|
||||
QList<QVariant> res;
|
||||
res.reserve(m_entries.size());
|
||||
Q_FOREACH (const Entry &entry, m_entries)
|
||||
res.append(QJson::QObjectHelper::qobject2qvariant(&entry));
|
||||
res.append(QJson::QObjectHelper::qobject2qvariant(&entry));
|
||||
return res;
|
||||
}
|
||||
|
||||
@ -490,7 +490,7 @@ QVariant Entry::getStringFields() const
|
||||
QList<QVariant> res;
|
||||
res.reserve(m_stringFields.size());
|
||||
Q_FOREACH (const StringField &stringfield, m_stringFields)
|
||||
res.append(QJson::QObjectHelper::qobject2qvariant(&stringfield));
|
||||
res.append(QJson::QObjectHelper::qobject2qvariant(&stringfield));
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user