Ignore:
Timestamp:
12/29/07 16:53:59 (4 years ago)
Author:
sander
Message:

Some minor things and a memleak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/playlisttablemodel.h

    r9 r15  
    1919        QVariant data(const QModelIndex &, int) const; 
    2020        void updateCurrentSong(quint32 id); 
    21         quint32 getIdByRow(quint32 row) const; 
     21        qint32 getIdByRow(qint32 row) const; 
    2222 
    2323    public slots: 
     
    2626    private: 
    2727        QList<Song *> *songs; 
    28         quint32 song_id; 
     28        qint32 song_id; 
    2929 
    30         qint32 songIdToRow(quint32 id); 
     30        qint32 songIdToRow(qint32 id); 
    3131}; 
    3232 
Note: See TracChangeset for help on using the changeset viewer.