Fixed issues with initial commit

This commit is contained in:
pasdam 2018-03-23 11:18:06 +01:00 committed by Jonathan White
parent ad4423d226
commit b4d806ad41
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
17 changed files with 43 additions and 51 deletions

View file

@ -71,7 +71,7 @@ private:
const quint32 AGENT_COPYDATA_ID = 0x804e50ba;
#endif
QMap<QString, QSet<OpenSSHKey>> m_keys;
QMap<QUuid, QSet<OpenSSHKey>> m_keys;
QString m_error;
};