diff options
author | Arno <arno@disconnect.de> | 2017-10-15 09:22:04 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2017-10-15 09:22:04 +0200 |
commit | f193d63e4d5ac4e3dd62f4e8447bb311668849d8 (patch) | |
tree | 459ca71c7e17f6ca6825b9424d4f15f959328fb7 | |
parent | 1bcbd9e93eadcffec21d32100b70310abec9a58f (diff) | |
download | BeetPlayer-f193d63e4d5ac4e3dd62f4e8447bb311668849d8.tar.gz BeetPlayer-f193d63e4d5ac4e3dd62f4e8447bb311668849d8.tar.bz2 BeetPlayer-f193d63e4d5ac4e3dd62f4e8447bb311668849d8.zip |
Don't stop player after double click on left pane
Dunno why it was there in the first place...
-rw-r--r-- | playerwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp index a633fbd..366ca78 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -883,7 +883,6 @@ void PlayerWidget::doModelChanged(){ } void PlayerWidget::viewDoubleClicked(const QModelIndex &idx){ - mPlayer->stop(); const QStandardItemModel *model = static_cast<const QStandardItemModel*>(idx.model()); if(model == mViewModel || model == mSearchModel){ addToPlayList(); |