Issue #239 refactor: debugger folder

This commit is contained in:
Roy Qu 2024-03-08 09:55:58 +08:00
parent 76d3ccfc37
commit 7d8070a6b3
3 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ SOURCES += \
widgets/codecompletionlistview.cpp \
widgets/codecompletionpopup.cpp \
widgets/cpudialog.cpp \
debugger.cpp \
debugger/debugger.cpp \
editor.cpp \
editorlist.cpp \
iconsmanager.cpp \
@ -309,7 +309,7 @@ HEADERS += \
widgets/codecompletionlistview.h \
widgets/codecompletionpopup.h \
widgets/cpudialog.h \
debugger.h \
debugger/debugger.h \
editor.h \
editorlist.h \
iconsmanager.h \