mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-22 13:19:58 +02:00
Nomenclature model : Improve function to setup the name of header
This commit is contained in:
@@ -48,7 +48,6 @@ class NomenclatureModel : public QAbstractTableModel
|
||||
void query(const QString &query);
|
||||
QString queryString() const;
|
||||
QETProject *project() const;
|
||||
void autoHeaders();
|
||||
|
||||
QDomElement toXml(QDomDocument &document) const;
|
||||
void fromXml(const QDomElement &element);
|
||||
@@ -56,6 +55,7 @@ class NomenclatureModel : public QAbstractTableModel
|
||||
|
||||
private:
|
||||
void dataBaseUpdated();
|
||||
void setHeaderString();
|
||||
|
||||
private:
|
||||
QPointer<QETProject> m_project;
|
||||
|
||||
Reference in New Issue
Block a user