Replaced a QMultiMap-based sort with a cleaner qSort().

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1807 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-05-11 21:38:50 +00:00
parent b7feb25dbd
commit df4edf60e5
2 changed files with 9 additions and 8 deletions

View File

@@ -159,6 +159,7 @@ class ElementScene : public QGraphicsScene {
void initPasteArea();
void snapToGrid(QPointF &);
bool mustSnapToGrid(QGraphicsSceneMouseEvent *);
static bool zValueLessThan(QGraphicsItem *, QGraphicsItem *);
public slots:
void slot_move();