Fix behavior when use arrow key with dynamic element text item and element text item group

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5789 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2019-03-16 11:34:52 +00:00
parent 154575d38a
commit fae3cf33bd
5 changed files with 47 additions and 12 deletions

View File

@@ -89,6 +89,7 @@ class DiagramContent
DiagramContent& operator+=(const DiagramContent& other);
bool potentialIsManaged(QList<Conductor *>conductors);
bool hasTextEditing();
};
QDebug &operator<<(QDebug, DiagramContent &);
#endif