删除不必要的头
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",
|
"qclipboard": "cpp",
|
||||||
"qfiledialog": "cpp",
|
"qfiledialog": "cpp",
|
||||||
"qtimer": "cpp",
|
"qtimer": "cpp",
|
||||||
"qstring": "cpp"
|
"qstring": "cpp",
|
||||||
|
"qabstracttextdocumentlayout": "cpp"
|
||||||
},
|
},
|
||||||
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
|
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
|
||||||
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
|
"editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
|
||||||
|
|||||||
@ -23,10 +23,6 @@
|
|||||||
#include "ctai_base.h"
|
#include "ctai_base.h"
|
||||||
#include "ctai_parsestring.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{
|
typedef struct tokens_args{
|
||||||
QString prompt_tokens={};
|
QString prompt_tokens={};
|
||||||
QString completion_tokens={};
|
QString completion_tokens={};
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define PROJECT_NAME "ZGit"
|
#define PROJECT_NAME "CTAI"
|
||||||
#define PROJECT_VERSION "1.0.0"
|
#define PROJECT_VERSION "1.0.0"
|
||||||
#define PROJECT_MAJOR_VERSION "1"
|
#define PROJECT_MAJOR_VERSION "1"
|
||||||
#define PROJECT_MINOR_VERSION "0"
|
#define PROJECT_MINOR_VERSION "0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user