-
-
Save oKcerG/06915a888edbf4502e77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connections { | |
target: AppActions | |
onOpenItem: { | |
/// Create new window and open item | |
} | |
onAskToRemoveItem: { | |
/// Open a dialog | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment