mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Add RegistExecuteDialog
This commit is contained in:
parent
3d325221d1
commit
2a20ac4246
7 changed files with 211 additions and 23 deletions
|
@ -30,6 +30,8 @@ struct DisplayServer
|
|||
{
|
||||
DiscoveryHost discovery_host;
|
||||
bool discovered;
|
||||
|
||||
QString GetHostAddr() const { return discovered ? discovery_host.host_addr : QString(); }
|
||||
};
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue