Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 584682
Collapse All | Expand All

(-)amarok-2.8.0/src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp (-1 / +2 lines)
Lines 28-33 Link Here
28
#include "playlist/PlaylistModelStack.h"
28
#include "playlist/PlaylistModelStack.h"
29
29
30
using namespace Playlists;
30
using namespace Playlists;
31
using namespace Playlist;
31
32
32
XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad )
33
XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad )
33
    : PlaylistFile( url, provider )
34
    : PlaylistFile( url, provider )
Lines 101-107 Link Here
101
    //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist
102
    //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist
102
    if( m_autoAppendAfterLoad )
103
    if( m_autoAppendAfterLoad )
103
        The::playlistController()->insertPlaylist(
104
        The::playlistController()->insertPlaylist(
104
                    ::Playlist::ModelStack::instance()->bottom()->rowCount(),
105
                    ModelStack::instance()->bottom()->rowCount(),
105
                    Playlists::PlaylistPtr( this )
106
                    Playlists::PlaylistPtr( this )
106
                );
107
                );
107
}
108
}

Return to bug 584682