BlockView changes: fixed right-click while selecting, new signal "selectionChanged()"

This commit is contained in:
2020-09-09 19:07:02 +03:00
parent bfa1e4af38
commit 8812ad1c37
2 changed files with 12 additions and 3 deletions

View File

@@ -266,6 +266,7 @@ signals:
void connectionsChanged();
void copyEnabledChanged(bool);
void pasteEnabledChanged(bool);
void selectionChanged();
};