还是一堆bug的状态

This commit is contained in:
2026-08-01 20:09:45 +08:00
parent 0df7beda49
commit 8fb9683182
294 changed files with 13678 additions and 10864 deletions
+3 -5
View File
@@ -1,8 +1,6 @@
#include "Input_Core.h"
#include "Core/Base/global_include.h"
#include "Core/system/export.h"
extern int qInitResources_dict();
namespace renderive {
namespace Flex_Qt {
Input_Core::Input_Core(QObject* parent) : QObject(parent) {}
Input_Core::~Input_Core() {}
bool Input_Core::get_enable() {
@@ -79,7 +77,7 @@ std::vector<QString> Input_Core::get_candidate(unsigned int candnum) {
}
}
delete[] cand_buf;
// qDebug()<<text_list;
// std::cout<<text_list;
return text_list;
}
} // namespace renderive
} // Flex_Qt