[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/juk
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-04-26 10:30:34
Message-ID: 20050426103034.34D96662 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

unbreak compilation


  M +12 -12    filehandle.cpp   1.21
  M +1 -0      playlistitem.h   1.71


--- kdemultimedia/juk/filehandle.cpp  #1.20:1.21
@@ -27,16 +27,16 @@
 #include "coverinfo.h"
 
-AddProperty(Title, tag()->title());
-AddProperty(Artist, tag()->artist());
-AddProperty(Album, tag()->album());
-AddProperty(Genre, tag()->genre());
-AddNumberProperty(Track, tag()->track());
-AddNumberProperty(Year, tag()->year());
-AddProperty(Comment, tag()->comment());
-AddNumberProperty(Seconds, tag()->seconds());
-AddNumberProperty(Bitrate, tag()->bitrate());
-AddProperty(Path, absFilePath());
-AddNumberProperty(Size, fileInfo().size());
-AddProperty(Extension, fileInfo().extension(false));
+AddProperty(Title, tag()->title())
+AddProperty(Artist, tag()->artist())
+AddProperty(Album, tag()->album())
+AddProperty(Genre, tag()->genre())
+AddNumberProperty(Track, tag()->track())
+AddNumberProperty(Year, tag()->year())
+AddProperty(Comment, tag()->comment())
+AddNumberProperty(Seconds, tag()->seconds())
+AddNumberProperty(Bitrate, tag()->bitrate())
+AddProperty(Path, absFilePath())
+AddNumberProperty(Size, fileInfo().size())
+AddProperty(Extension, fileInfo().extension(false))
 
 static QString resolveSymLinks(const QFileInfo &file) // static

--- kdemultimedia/juk/playlistitem.h  #1.70:1.71
@@ -30,4 +30,5 @@ class Playlist;
 class PlaylistItem;
 class CollectionListItem;
+class CollectionList;
 
 typedef QValueList<PlaylistItem *> PlaylistItemList;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic