Changeset 15 for gui/playlisttablemodel.h
- Timestamp:
- 12/29/07 16:53:59 (4 years ago)
- File:
-
- 1 edited
-
gui/playlisttablemodel.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gui/playlisttablemodel.h
r9 r15 19 19 QVariant data(const QModelIndex &, int) const; 20 20 void updateCurrentSong(quint32 id); 21 q uint32 getIdByRow(quint32 row) const;21 qint32 getIdByRow(qint32 row) const; 22 22 23 23 public slots: … … 26 26 private: 27 27 QList<Song *> *songs; 28 q uint32 song_id;28 qint32 song_id; 29 29 30 qint32 songIdToRow(q uint32 id);30 qint32 songIdToRow(qint32 id); 31 31 }; 32 32
Note: See TracChangeset
for help on using the changeset viewer.
