mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-02 11:29:59 +02:00
Fix source typo 'minimumRowHeigth'
This commit is contained in:
committed by
Laurent Trinques
parent
a1f9d05f1c
commit
8242e4cfd7
@@ -85,7 +85,7 @@ class QetGraphicsTableItem : public QetGraphicsItem
|
||||
void setToMinimumHeight();
|
||||
void initLink();
|
||||
QUuid uuid() const {return m_uuid;}
|
||||
int minimumRowHeigth() const;
|
||||
int minimumRowHeight() const;
|
||||
|
||||
QDomElement toXml(QDomDocument &dom_document) const;
|
||||
void fromXml(const QDomElement &dom_element);
|
||||
|
||||
Reference in New Issue
Block a user