git-svn-id: svn://db.shs.com.ru/libs@411 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -203,6 +203,7 @@ protected slots:
|
||||
void startBusPointMove(int bus_type);
|
||||
void endBusPointMove();
|
||||
void pinHoverInOut(BlockItemPin * pin);
|
||||
void checkPaste(bool queued = false);
|
||||
|
||||
public slots:
|
||||
void setGridPen(const QPen & pen) {grid_pen = pen; _updateBack();}
|
||||
@@ -244,6 +245,7 @@ signals:
|
||||
void blockRemoved(BlockItem * item);
|
||||
void connectionsChanged();
|
||||
void copyEnabledChanged(bool);
|
||||
void pasteEnabledChanged(bool);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user