mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Connect from MainWindow
This commit is contained in:
parent
862c11bc8f
commit
5be510aba2
2 changed files with 7 additions and 1 deletions
|
@ -71,6 +71,8 @@ class RegisteredHost
|
|||
|
||||
const HostMAC &GetPS4MAC() const { return ps4_mac; }
|
||||
const QString &GetPS4Nickname() const { return ps4_nickname; }
|
||||
const QByteArray GetRPRegistKey() const { return QByteArray(rp_regist_key, sizeof(rp_regist_key)); }
|
||||
const QByteArray GetRPKey() const { return QByteArray((const char *)rp_key, sizeof(rp_key)); }
|
||||
|
||||
void SaveToSettings(QSettings *settings) const;
|
||||
static RegisteredHost LoadFromSettings(QSettings *settings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue