diff options
author | Arno <arno@disconnect.de> | 2018-05-11 19:06:37 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-05-11 19:06:37 +0200 |
commit | f66c38a2d7395589fc34bcd596c409d4df5371e1 (patch) | |
tree | 2b2888b4fb03a78ce696b6d6fdcf3ac5f7d8dc8e /playerwidget.cpp | |
parent | a8d5afb9c4b061bc8657600312d4a5c6cab4c71f (diff) | |
download | BeetPlayer-f66c38a2d7395589fc34bcd596c409d4df5371e1.tar.gz BeetPlayer-f66c38a2d7395589fc34bcd596c409d4df5371e1.tar.bz2 BeetPlayer-f66c38a2d7395589fc34bcd596c409d4df5371e1.zip |
Call randomPlay from BeetPlayer on startup
When calling it from PlayerWidget, not all signals are connected yet, so
delay it until we're done.
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r-- | playerwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp index f944e64..cc921ea 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -352,7 +352,6 @@ void PlayerWidget::setupGui(QSplashScreen *splash){ mainLayout->addWidget(splitter); setLayout(mainLayout); viewByArtistsA->trigger(); - randomPlay(); } void PlayerWidget::createActions(){ |