mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Receive Regist Response Payload
This commit is contained in:
parent
0694af09ad
commit
03e56f7fdf
5 changed files with 199 additions and 34 deletions
|
@ -113,7 +113,8 @@ RegistExecuteDialog::RegistExecuteDialog(const ChiakiRegistInfo ®ist_info, QW
|
|||
layout->addWidget(button_box);
|
||||
connect(button_box, &QDialogButtonBox::rejected, this, &QDialog::reject);
|
||||
|
||||
chiaki_log_init(&log, CHIAKI_LOG_ALL & ~CHIAKI_LOG_VERBOSE, RegistExecuteDialogLogCb, this);
|
||||
// TODO: respect verbose setting
|
||||
chiaki_log_init(&log, CHIAKI_LOG_ALL/* & ~CHIAKI_LOG_VERBOSE*/, RegistExecuteDialogLogCb, this);
|
||||
chiaki_regist_start(®ist, &log, ®ist_info, RegistExecuteDialogRegistCb, this);
|
||||
|
||||
resize(600, 400);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue