删除不必要的头
This commit is contained in:
parent
28b365b745
commit
089a0d6b81
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -100,7 +100,8 @@
|
||||
"qclipboard": "cpp",
|
||||
"qfiledialog": "cpp",
|
||||
"qtimer": "cpp",
|
||||
"qstring": "cpp"
|
||||
"qstring": "cpp",
|
||||
"qabstracttextdocumentlayout": "cpp"
|
||||
},
|
||||
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
|
||||
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
|
||||
|
||||
@ -23,10 +23,6 @@
|
||||
#include "ctai_base.h"
|
||||
#include "ctai_parsestring.h"
|
||||
|
||||
#define MD4QT_QT_SUPPORT
|
||||
#include <3rdparty/md4qt/md4qt/parser.h>
|
||||
#include <3rdparty/md4qt/md4qt/html.h>
|
||||
|
||||
typedef struct tokens_args{
|
||||
QString prompt_tokens={};
|
||||
QString completion_tokens={};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user