mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix: core log thread
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user