Rename ProgressiveJob to SimpleJob

Because I had to.
This commit is contained in:
Pengfei
2021-06-28 00:20:54 +08:00
parent 3db1c43fd6
commit 817c3ea1a8
5 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ file(GLOB_RECURSE THEMES ${PROJECT_SOURCE_DIR}/dist/themes/*)
add_executable(threeSD
helpers/import_job.cpp
helpers/import_job.h
helpers/progressive_job.cpp
helpers/progressive_job.h
helpers/simple_job.cpp
helpers/simple_job.h
import_dialog.cpp
import_dialog.h
import_dialog.ui