From 8c16677f55fe27708fcccf22cab772b1abd514ba Mon Sep 17 00:00:00 2001 From: mmhguo <604881159@qq.com> Date: 星期三, 30 七月 2025 09:20:11 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/天开景运_0405_250719 0729 --- Server/付林涛/code/tianKai/vcsmainwindow.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git "a/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/vcsmainwindow.h" "b/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/vcsmainwindow.h" index bc61f25..31d268a 100644 --- "a/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/vcsmainwindow.h" +++ "b/Server/\344\273\230\346\236\227\346\266\233/code/tianKai/vcsmainwindow.h" @@ -20,7 +20,8 @@ public: explicit VCSMainWindow(QWidget *parent = 0); ~VCSMainWindow(); - +signals: + void releaseSignal(); private slots: void on_pushButton_clicked(); @@ -30,7 +31,9 @@ void on_pushButton_3_clicked(); - void addFileSlot(QString, QString); + void addFileSlot(std::shared_ptr<char>,int); + void msgSlot(QString); + private: Ui::VCSMainWindow *ui; -- Gitblit v1.8.0