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