FreeBSD Bugzilla – Attachment 145043 Details for
Bug 192159
audio/amarok-kde4: compilation error in playlist/proxymodels/SortScheme.cpp: error: 'template<class T> class QStack' used without template parameters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Build fix, part 2.
patch-src__core-impl__playlists__types__file__xspf__XSPFPlaylist.cpp (text/plain), 873 bytes, created by
freebsd
on 2014-07-27 16:55:07 UTC
(
hide
)
Description:
Build fix, part 2.
Filename:
MIME Type:
Creator:
freebsd
Created:
2014-07-27 16:55:07 UTC
Size:
873 bytes
patch
obsolete
>--- src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp.orig 2014-07-27 18:29:25.000000000 +0200 >+++ src/core-impl/playlists/types/file/xspf/XSPFPlaylist.cpp 2014-07-27 18:29:43.000000000 +0200 >@@ -27,6 +27,7 @@ > #include "playlist/PlaylistController.h" > #include "playlist/PlaylistModelStack.h" > >+using Playlist::ModelStack; > using namespace Playlists; > > XSPFPlaylist::XSPFPlaylist( const KUrl &url, Playlists::PlaylistProvider *provider, OnLoadAction onLoad ) >@@ -101,7 +102,7 @@ > //FIXME: this needs to be moved to whatever is creating the XSPFPlaylist > if( m_autoAppendAfterLoad ) > The::playlistController()->insertPlaylist( >- ::Playlist::ModelStack::instance()->bottom()->rowCount(), >+ ModelStack::instance()->bottom()->rowCount(), > Playlists::PlaylistPtr( this ) > ); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192159
:
145025
|
145042
| 145043