This website requires JavaScript.
Explore
Help
Sign In
kosslan
/
quickshell
Watch
1
Star
0
Fork
You've already forked quickshell
0
forked from
quickshell/quickshell
Code
Pull requests
Activity
6e9bb4183c
quickshell
/
src
/
main.cpp
4 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
build: improve parallelism by removing core dependency on modules
2024-03-12 01:34:38 +00:00
#
include
"core/main.hpp"
root: recreate the qml engine on reload instead of clearing it This causes singletons to be recreated instead of kept alive.
2024-03-12 21:55:51 +00:00
int
main
(
int
argc
,
char
*
*
argv
)
{
return
qs_main
(
argc
,
argv
)
;
}
Copy permalink