diff options
author | Arno <arno@disconnect.de> | 2016-09-04 17:06:53 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-09-04 17:06:53 +0200 |
commit | 51b8435880013f1d4533379811a9b89c1ea3173c (patch) | |
tree | ec5642e7b80766af184a9a839c5830ebb40659f7 /shemovcleaner.qrc | |
parent | c930104f93104649ad4ae5b9e23e65a3fa2c058d (diff) | |
download | ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.tar.gz ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.tar.bz2 ShemovCleaner-51b8435880013f1d4533379811a9b89c1ea3173c.zip |
Make QActions local to FileWidget
Introduce Globals singleton for global actions.
Diffstat (limited to 'shemovcleaner.qrc')
-rw-r--r-- | shemovcleaner.qrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shemovcleaner.qrc b/shemovcleaner.qrc index ff20233..ba0f137 100644 --- a/shemovcleaner.qrc +++ b/shemovcleaner.qrc @@ -12,5 +12,7 @@ <file>edit-copy.png</file> <file>up_dick.png</file> <file>back_dick.png</file> + <file>edit-cut.png</file> + <file>edit-paste.png</file> </qresource> </RCC> |