socket: Unified Soket thread management.

This commit is contained in:
2025-06-19 11:59:32 +08:00
parent beaadfbf85
commit b2aa0d3752
17 changed files with 235 additions and 88 deletions

View File

@@ -1,8 +1,8 @@
#ifndef UTIL_H
#define UTIL_H
#include <QObject>
#include <InfoDirFile.h>
#include <QObject>
class Util : public QObject
{
@@ -18,7 +18,8 @@ public:
static void ConsoleMsgHander(QtMsgType type, const QMessageLogContext& context, const QString& msg);
};
class DirFileHelper : public QObject {
class DirFileHelper : public QObject
{
Q_OBJECT
public:
DirFileHelper() = default;