Search and replace widget : folio are now displayed in the search field

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5548 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2018-10-05 07:49:07 +00:00
parent 912901ff6d
commit 0b1382490f
2 changed files with 31 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ class SearchAndReplaceWidget : public QWidget
QHash<QTreeWidgetItem *, QPointer <Conductor>> m_conductor_hash;
QPointer<Element> m_highlighted_element;
QPointer<QGraphicsObject> m_last_selected;
QHash<QTreeWidgetItem *, QPointer <Diagram>> m_diagram_hash;
};
#endif // SEARCHANDREPLACEWIDGET_H