Fix member not initialized in constructor.

Was init soon after anyway, but FWIW...
This commit is contained in:
Arnaud Bienner 2014-10-06 22:45:56 +02:00
parent c69f2e5561
commit 54d76506a7
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ PlaylistManager::PlaylistManager(Application* app, QObject* parent)
library_backend_(nullptr),
sequence_(nullptr),
parser_(nullptr),
playlist_container_(nullptr),
current_(-1),
active_(-1) {
connect(app_->player(), SIGNAL(Paused()), SLOT(SetActivePaused()));