修改此法解析器前存档

This commit is contained in:
玉宇清音 2023-03-20 21:19:46 +08:00
parent e5d8545be1
commit a7b92805f1
3 changed files with 6 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.15.0, 2023-03-16T22:46:44. -->
<!-- Written by QtCreator 4.15.0, 2023-03-18T21:33:06. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>

View File

@ -103,8 +103,7 @@ namespace Parse
/**
* .
*/
class LIBPARSE_EXPORT DesNode
{
class LIBPARSE_EXPORT DesNode {
public:
DesNode(DocCore *core, int type_value, DesNode *pnode = nullptr);
virtual ~DesNode();
@ -188,7 +187,6 @@ namespace Parse
QList<Words*> words_collection;
};
/**
* .
*/

View File

@ -1,4 +1,4 @@
QT -= gui
QT += gui
TEMPLATE = lib
DEFINES += LIBPARSE_LIBRARY