Changeset 46 for gui/musiclibraryitem.h


Ignore:
Timestamp:
01/09/08 12:40:44 (4 years ago)
Author:
sander
Message:

Minor changes, might help the compiler optimize some things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/musiclibraryitem.h

    r19 r46  
    1717        ~MusicLibraryItem(); 
    1818 
    19         void appendChild(MusicLibraryItem *child); 
     19        void appendChild(MusicLibraryItem * const child); 
    2020 
    2121        MusicLibraryItem *child(int row); 
     
    2424        QVariant data(int column) const; 
    2525        int row() const; 
    26         MusicLibraryItem *parent(); 
    27         void setParent(MusicLibraryItem *parent); 
     26        MusicLibraryItem *parent() const; 
     27        void setParent(MusicLibraryItem * const parent); 
    2828        MusicLibraryItem::Type type() const; 
    2929        QString & file() const; 
Note: See TracChangeset for help on using the changeset viewer.