Rename ImportJob to MultiJob and generalize

This commit is contained in:
Pengfei
2021-06-28 00:25:03 +08:00
parent 817c3ea1a8
commit dac4b1cb41
4 changed files with 40 additions and 21 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ endif()
file(GLOB_RECURSE THEMES ${PROJECT_SOURCE_DIR}/dist/themes/*)
add_executable(threeSD
helpers/import_job.cpp
helpers/import_job.h
helpers/multi_job.cpp
helpers/multi_job.h
helpers/simple_job.cpp
helpers/simple_job.h
import_dialog.cpp