summaryrefslogtreecommitdiffstats
path: root/helper.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-05-14 13:52:30 +0200
committerArno <am@disconnect.de>2010-05-14 13:52:30 +0200
commit92c0ab74e931ba8846de50cb0572df94472a40ce (patch)
tree05feada2ba3b69e241d1607a65a389c40d541c28 /helper.cpp
parent43b98379feb790d695157155324a32cd902ac01b (diff)
downloadSheMov-92c0ab74e931ba8846de50cb0572df94472a40ce.tar.gz
SheMov-92c0ab74e931ba8846de50cb0572df94472a40ce.tar.bz2
SheMov-92c0ab74e931ba8846de50cb0572df94472a40ce.zip
Added "Play selected" and "Open with" to ArchiveViewWidget
Implemented "Play selected movies" and "Open with" functions in ArchiveViewWidget. Also fixed a potential crash when re-creating the "Open with"-submenus. It's not possible to remove actions from an ActionGroup while iterating over the group with foreach. The ActionGroup is modified when calling removeAction() thus throwing the iterator of the loop off. Solution: First remove the actions from the ActionGroup and then delete the ActionGroup itself. The QObject destructor will take care of the contained Actions.
Diffstat (limited to 'helper.cpp')
0 files changed, 0 insertions, 0 deletions