Changeset 17 for lib/song.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/song.h

    r15 r17  
    1414        QString artist; 
    1515        QString title; 
    16         quint32 track; 
     16        qint32 track; 
    1717        quint32 pos; 
    1818 
    1919        Song(); 
     20        bool isEmpty() const; 
     21        void fillEmptyFields(); 
    2022}; 
    2123 
Note: See TracChangeset for help on using the changeset viewer.