mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Parse Regist Response
This commit is contained in:
parent
03e56f7fdf
commit
875e8b413e
11 changed files with 292 additions and 13 deletions
|
@ -18,6 +18,8 @@
|
|||
#ifndef CHIAKI_REGISTDIALOG_H
|
||||
#define CHIAKI_REGISTDIALOG_H
|
||||
|
||||
#include "host.h"
|
||||
|
||||
#include <chiaki/regist.h>
|
||||
|
||||
#include <QDialog>
|
||||
|
@ -69,7 +71,7 @@ class RegistExecuteDialog: public QDialog
|
|||
|
||||
private slots:
|
||||
void Log(ChiakiLogLevel level, QString msg);
|
||||
void Success();
|
||||
void Success(RegisteredHost host);
|
||||
void Failed();
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue