删除不必要的头

This commit is contained in:
JackLee 2025-03-03 19:06:35 +08:00
parent 28b365b745
commit 089a0d6b81
3 changed files with 3 additions and 6 deletions

View File

@ -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",

View File

@ -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={};

View File

@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H
#define PROJECT_NAME "ZGit"
#define PROJECT_NAME "CTAI"
#define PROJECT_VERSION "1.0.0"
#define PROJECT_MAJOR_VERSION "1"
#define PROJECT_MINOR_VERSION "0"