mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-15 01:23:37 -07:00
Add RegistExecuteDialog
This commit is contained in:
parent
3d325221d1
commit
2a20ac4246
7 changed files with 211 additions and 23 deletions
|
@ -4,10 +4,12 @@
|
|||
#include <mainwindow.h>
|
||||
#include <streamsession.h>
|
||||
#include <settings.h>
|
||||
#include <registdialog.h>
|
||||
|
||||
#include <chiaki-cli.h>
|
||||
|
||||
#include <chiaki/session.h>
|
||||
#include <chiaki/regist.h>
|
||||
#include <chiaki/base64.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -19,6 +21,8 @@
|
|||
#include <QCommandLineParser>
|
||||
#include <QMap>
|
||||
|
||||
Q_DECLARE_METATYPE(ChiakiLogLevel)
|
||||
|
||||
struct CLICommand
|
||||
{
|
||||
int (*cmd)(ChiakiLog *log, int argc, char *argv[]);
|
||||
|
@ -35,6 +39,8 @@ int main(int argc, char *argv[])
|
|||
{
|
||||
qRegisterMetaType<DiscoveryHost>();
|
||||
qRegisterMetaType<ChiakiQuitReason>();
|
||||
qRegisterMetaType<ChiakiRegistEventType>();
|
||||
qRegisterMetaType<ChiakiLogLevel>();
|
||||
|
||||
QApplication::setOrganizationName("Chiaki");
|
||||
QApplication::setApplicationName("Chiaki");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue