Improve the use of the database

This commit is contained in:
Claveau Joshua
2020-06-03 19:46:27 +02:00
parent b445ce8934
commit 8ad876fb31
4 changed files with 29 additions and 34 deletions

View File

@@ -56,6 +56,7 @@ class NomenclatureModel : public QAbstractTableModel
private:
void dataBaseUpdated();
void setHeaderString();
void fillValue();
private:
QPointer<QETProject> m_project;