This website requires JavaScript.
Explore
Help
Sign In
bero
/
configurator
Watch
1
Star
0
Fork
0
You've already forked configurator
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
configurator
/
main.cpp
7 lines
103 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Initial import Not much there yet, just a login dialog and an app list JSON parser
2024-08-27 22:13:54 +00:00
#
include
"Configurator.h"
int
main
(
int
argc
,
char
*
*
argv
)
{
Service selection dialog
2024-09-03 13:40:08 +00:00
Configurator
c
(
argc
,
argv
)
;
c
.
exec
(
)
;
Initial import Not much there yet, just a login dialog and an app list JSON parser
2024-08-27 22:13:54 +00:00
}
Reference in New Issue
Copy Permalink