Rename SlideableTableView to SlideTableView, and refactor.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "forms/tabformwidget.h"
|
||||
#include "EditPatientDialog.h"
|
||||
class EditPatientForm;
|
||||
class SlideableTableView;
|
||||
class SlideTableView;
|
||||
class SelectFormWidget: public TabFormWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -20,7 +20,7 @@ private:
|
||||
QString selectedPatientUID;
|
||||
|
||||
void
|
||||
setPatientDetail(const SlideableTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user