master element: add auto label when "comment" isn't empty and must show

element info widget -> comment line: must show is checked by default


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2951 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-03-31 16:02:47 +00:00
parent 9766b8f01e
commit 1a1dbbc3be
3 changed files with 19 additions and 1 deletions

View File

@@ -35,10 +35,10 @@ class MasterElement : public CustomElement
signals:
public slots:
void updateLabel();
private:
CrossRefItem *cri_;
};
#endif // MASTERELEMENT_H