Skip to content

Commit c253ba7

Browse files
committed
refactor: cut off helper
- Merge HelperApp into Auth - Move Auth & UserSession into daemon - Simplify Auth, remove redundant logics This commit largely simplify the code. Note that the function of starting sessions other than treeland will temporarily not work after this commit, due to some wrongly designed obsolete code. This will be fixed soon in the next commit.
1 parent b11c146 commit c253ba7

34 files changed

+456
-3305
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ if (QT_KNOWN_POLICY_QTP0001)
33
endif()
44

55
add_subdirectory(common)
6-
add_subdirectory(auth)
76
add_subdirectory(daemon)
8-
add_subdirectory(helper)

0 commit comments

Comments
 (0)