wumu
2023-09-08 5f209bc8ed68bbdb6b7180aaa5bc37acc8545e35
internal_system_v1/problemrectification.h
@@ -15,8 +15,14 @@
    explicit ProblemRectification(QWidget *parent = 0);
    ~ProblemRectification();
private slots:
    void on_tableWidget_clicked(const QModelIndex &index);
    void on_pushButton_clicked();
private:
    Ui::ProblemRectification *ui;
    int m_comId;
};
#endif // PROBLEMRECTIFICATION_H