bug fix: segfault when load project with folio report linked but without the same potential text

(Assert QList(), in conductor.cpp)


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2815 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-02-06 21:35:13 +00:00
parent 0e46586892
commit 801a2d298f
7 changed files with 20 additions and 20 deletions

View File

@@ -600,6 +600,7 @@ class LinkElementsCommand : public QUndoCommand {
//attributes
Diagram *diagram_;
Element *elmt_1, *elmt_2, *previous_report;
bool first_redo;
};
class unlinkElementsCommand : public QUndoCommand {