Skip to content

Commit

Permalink
feat: [sp3] Custom list structure optimization
Browse files Browse the repository at this point in the history
Description: 1. 删除自定义列表,代理和model
	     2. 使用重构的列表和项

Log: 自定义列表结构优化

link: Null
  • Loading branch information
daizhengwen committed Aug 4, 2020
1 parent 7e31462 commit 58f81a9
Show file tree
Hide file tree
Showing 18 changed files with 314 additions and 1,063 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Expand Up @@ -102,9 +102,6 @@ set(LINK_LIBS
# TODO: portable headers?
set (DTNG_CPP_FILES
src/common/utils.cpp
src/customcommand/customcommanddelegate.cpp
src/customcommand/customcommanditemmodel.cpp
src/customcommand/customcommandlist.cpp
src/customcommand/customcommandoptdlg.cpp
src/customcommand/customcommandpanel.cpp
src/customcommand/customcommandplugin.cpp
Expand Down Expand Up @@ -163,9 +160,6 @@ set (DTNG_CPP_FILES
set (DTNG_HEADER_FILES
src/common/define.h
src/common/utils.h
src/customcommand/customcommanddelegate.h
src/customcommand/customcommanditemmodel.h
src/customcommand/customcommandlist.h
src/customcommand/customcommandoptdlg.h
src/customcommand/customcommandpanel.h
src/customcommand/customcommandplugin.h
Expand Down
163 changes: 0 additions & 163 deletions src/customcommand/customcommanddelegate.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions src/customcommand/customcommanddelegate.h

This file was deleted.

42 changes: 0 additions & 42 deletions src/customcommand/customcommanditemmodel.cpp

This file was deleted.

55 changes: 0 additions & 55 deletions src/customcommand/customcommanditemmodel.h

This file was deleted.

0 comments on commit 58f81a9

Please sign in to comment.