Skip to content

Commit a8c27ae

Browse files
committed
feat: Comment CatEncp
1 parent 880e387 commit a8c27ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Examples/CatQuickExamples/CatConfig.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <QDesktopServices>
99

1010
#ifndef WEBASSEMBLY
11-
#include "CatEncp.h"
11+
//#include "CatEncp.h"
1212
#endif
1313
#include "QrenCode/QuickQrenCodeParentItem.h"
1414
#ifndef WEBASSEMBLY
@@ -210,7 +210,7 @@ void CatConfig::InitQmlRegisterType()
210210
{
211211
qmlRegisterType<QuickQrenCodeParentItem>("QParentQrenCode", 1, 0, "ParentQrenCode");
212212
#ifndef WEBASSEMBLY
213-
qmlRegisterType<CatEncp>("CatEncp", 1, 0, "CatEncp");
213+
//qmlRegisterType<CatEncp>("CatEncp", 1, 0, "CatEncp");
214214
#endif
215215
#if (QT_VERSION < QT_VERSION_CHECK(6, 0, 0))
216216
#ifdef QT_WEBENGINE_LIB

Examples/CatQuickExamples/CatQuickExamples.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ include($$PWD/../../GrayFramelesshelper/GrayFramelesshelper.pri)
127127

128128
if(!contains(DEFINES,WEBASSEMBLY)) {
129129
include($$PWD/../../GrayCatQtCore/Src/SingleApplication/singleapplication.pri)
130-
include($$PWD/../../GrayCatQtCore/Src/CatEncp/CatEncp.pri)
130+
#include($$PWD/../../GrayCatQtCore/Src/CatEncp/CatEncp.pri)
131131
}
132132

133133
include($$PWD/QrenCode/QrenCode.pri)

0 commit comments

Comments
 (0)