code: Establish the theoretical transmission process.

This commit is contained in:
2025-06-18 15:10:28 +08:00
parent a53657df30
commit 5dee6ea41d
7 changed files with 24 additions and 16 deletions

View File

@@ -35,6 +35,9 @@ private:
public:
static void ControlMsgHander(QtMsgType type, const QMessageLogContext& context, const QString& msg);
public slots:
void HandleTask(const QVector<TransTask>& tasks);
protected:
void closeEvent(QCloseEvent* event) override;