Move jobs to individual files

This commit is contained in:
Tobias Fella
2023-08-30 21:00:56 +02:00
parent e28419ef88
commit 002961f638
11 changed files with 92 additions and 45 deletions

View File

@@ -126,6 +126,12 @@ add_library(neochat STATIC
registration.cpp
neochatconnection.cpp
neochatconnection.h
jobs/neochatdeactivateaccountjob.cpp
jobs/neochatdeactivateaccountjob.h
jobs/neochatdeletedevicejob.cpp
jobs/neochatdeletedevicejob.h
jobs/neochatchangepasswordjob.cpp
jobs/neochatchangepasswordjob.h
)
ecm_qt_declare_logging_category(neochat