Folio report are save/load in .qet file

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2688 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-12-31 14:39:34 +00:00
parent b7186468d0
commit 5ad42fb491
8 changed files with 84 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ class ElementProvider
public:
ElementProvider(QETProject *prj, Diagram *diagram=0);
QList <Element *> FreeElement(const int filter) const;
QList <Element *> fromUuids(QList <QUuid>) const;
private:
QList <Diagram *> diag_list;