Nomenclature model : Improve function to setup the name of header

This commit is contained in:
Claveau Joshua
2020-06-03 19:15:21 +02:00
parent 042faeae32
commit b445ce8934
5 changed files with 43 additions and 68 deletions

View File

@@ -48,8 +48,7 @@ class projectDataBase : public QObject
QVector<QStringList> elementsInfoFromQuery(const QString &query);
void updateDB();
QETProject *project() const;
static QStringList headersFromElementNomenclatureViewQuery(const QString &query);
QSqlQuery newQuery(const QString &query = QString());
signals:
void dataBaseUpdated();