git-svn-id: svn://db.shs.com.ru/libs@255 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -704,7 +704,7 @@ void BlockView::deleteCopyTemp() {
|
||||
|
||||
void BlockView::emitActionEvent(BlockItemBase::Action action, QList<QGraphicsItem * > items) {
|
||||
if (!ae_enabled) return;
|
||||
emit actionEvent(action, items);
|
||||
emit schemeAction(action, items);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ public slots:
|
||||
signals:
|
||||
void blockDoubleClicked(BlockItem * );
|
||||
void busDoubleClicked(BlockBusItem * );
|
||||
void actionEvent(BlockItemBase::Action action, QList<QGraphicsItem * > items);
|
||||
void schemeAction(BlockItemBase::Action action, QList<QGraphicsItem * > items);
|
||||
void blockRemoved(BlockItem * item);
|
||||
void connectionsChanged();
|
||||
void copyEnabledChanged(bool);
|
||||
|
||||
Reference in New Issue
Block a user