fix: core log thread

This commit is contained in:
arm64v8a
2023-05-19 14:15:31 +09:00
parent 7471f3354f
commit ec25e0ed00
12 changed files with 99 additions and 62 deletions

View File

@@ -40,5 +40,7 @@ namespace NekoRay::sys {
};
// 手动管理
inline QList<QSharedPointer<ExternalProcess>> running_ext;
inline std::list<QSharedPointer<ExternalProcess>> running_ext;
inline QAtomicInt logCounter;
} // namespace NekoRay::sys