Add signal to refresh folio label in panel tree view when user change

folio label in titleBlock property


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4643 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-08-21 19:37:32 +00:00
parent bf87625e8e
commit cfa0dd5b02
2 changed files with 4 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ class BorderTitleBlock : public QObject
/// @param author the new value of the "Folio" field
void setFolio(const QString &folio) {
btb_folio_ = folio;
emit (titleBlockFolioChanged());
emit (titleBlockFolioChanged(folio));
}
void setFolioData(int, int, QString = NULL, const DiagramContext & = DiagramContext());
/// @param author the new value of the "File" field
@@ -213,7 +213,7 @@ class BorderTitleBlock : public QObject
@brief titleBlockFolioChanged
Signal emitted after Folio has changed
*/
void titleBlockFolioChanged();
void titleBlockFolioChanged(const QString &);
/**
Signal emitted when the title block requires its data to be updated in order