Changeset 17 for lib/mpdparseutils.h


Ignore:
Timestamp:
12/30/07 20:55:36 (4 years ago)
Author:
sander
Message:

Lots of updates, the music library is now being showed in the tree view. Though it doesn't actually do anything yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/mpdparseutils.h

    r4 r17  
    44#include "mpdstatus.h" 
    55#include "song.h" 
     6#include "gui/musiclibraryitem.h" 
    67 
    78class MPDParseUtils 
    89{ 
    910    public: 
    10         static MPDStatus * parseStatus(const QByteArray * const data); 
     11        static void parseStatus(const QByteArray * const data, MPDStatus &destStatus); 
    1112        static Song * parseSong(const QByteArray * const data); 
    1213        static QList<Song *> * parseSongs(const QByteArray * const data); 
     14        static QList<MusicLibraryItem *> * parseLibraryItems(const QByteArray * const data); 
    1315}; 
    1416 
Note: See TracChangeset for help on using the changeset viewer.