diff options
author | Arno <am@disconnect.de> | 2012-03-17 12:36:16 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-17 12:36:16 +0100 |
commit | 0cdf34c82044a27f1abfe8bd8dce213efa173da8 (patch) | |
tree | e39a52910339c075c23d251585b44d2a6dc24ac4 /shemov.h | |
parent | c2cd7f21e9a2e5d0219bb674e3b40378c35b3038 (diff) | |
download | SheMov-0cdf34c82044a27f1abfe8bd8dce213efa173da8.tar.gz SheMov-0cdf34c82044a27f1abfe8bd8dce213efa173da8.tar.bz2 SheMov-0cdf34c82044a27f1abfe8bd8dce213efa173da8.zip |
Randomize selection for pictureviewer
std::random_shuffle available files in PictureViewer2. Add action to
View menu and reuse an icon.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -177,6 +177,7 @@ class SheMov : public QMainWindow { QAction *mPVReplaceA; QAction *mPVSelectAllA; QAction *mPVSlideA; + QAction *mPVShuffleA; QActionGroup *mPicActionGroup; //EndActions |