diff options
author | Arno <arno@disconnect.de> | 2015-08-27 09:08:15 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-27 09:08:15 +0200 |
commit | 270fc73100c509b7d2cea3c5330d7ed7000f5dec (patch) | |
tree | d91ae1112a3a8dc5f658215b0efee49afecb20de /pictureswidget.cpp | |
parent | 1b0e75147465738d6cdfa463f15aa49fcbda6770 (diff) | |
download | SheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.tar.gz SheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.tar.bz2 SheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.zip |
Remove PVActions from SheMov
Remove actions that are now triggered by the ControlItem.
Diffstat (limited to 'pictureswidget.cpp')
-rw-r--r-- | pictureswidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pictureswidget.cpp b/pictureswidget.cpp index 8e6dc7b..59007ca 100644 --- a/pictureswidget.cpp +++ b/pictureswidget.cpp @@ -213,7 +213,6 @@ void PictureView::setPVData(int replace){ void PictureView::setPVAll(){ PicDataList data = mModel->allFiles(); mPV->addFiles(data, true); - mPV->setSlideSelected(); } void PictureView::setHoverWinVisible(bool visible) const { |