Changeset 17 for lib/song.h
- Timestamp:
- 12/30/07 20:55:36 (4 years ago)
- File:
-
- 1 edited
-
lib/song.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/song.h
r15 r17 14 14 QString artist; 15 15 QString title; 16 q uint32 track;16 qint32 track; 17 17 quint32 pos; 18 18 19 19 Song(); 20 bool isEmpty() const; 21 void fillEmptyFields(); 20 22 }; 21 23
Note: See TracChangeset
for help on using the changeset viewer.
