Minor : minor change about Xref offset

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4704 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-09-13 16:32:02 +00:00
parent bb8cb53144
commit 01a1d13c41
3 changed files with 6 additions and 8 deletions

View File

@@ -22,6 +22,6 @@ class QGraphicsItem;
class Element;
bool centerToParentBottom (QGraphicsItem *item);
bool centerToBottomDiagram (QGraphicsItem *item_to_center, Element *element_to_follow, int offset );
bool centerToBottomDiagram (QGraphicsItem *item_to_center, Element *element_to_follow, int offset = 0 );
#endif // QGRAPHICSITEMUTILITY_H