还是一堆bug的状态
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user