git-svn-id: svn://db.shs.com.ru/libs@166 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-03-13 15:21:34 +00:00
parent 6abe3567ed
commit 270bfffd5f
2 changed files with 9 additions and 9 deletions

View File

@@ -168,7 +168,7 @@ protected:
QGraphicsRectItem g_main, g_selection;
int pins_margin;
QColor col;
QMap<Qt::Alignment, QList<BlockItemPin * > > pins_;
QMap<Qt::Alignment, QVector<BlockItemPin * > > pins_;
QList<QGraphicsItem * > decors_;
};