Add const & in good places to avoid promoe to copy that much data.

This commit is contained in:
Tobias Rundstrom 2006-03-12 11:01:53 -04:00
parent 403b9257cc
commit 429cf316ed
7 changed files with 25 additions and 25 deletions

View file

@ -49,7 +49,7 @@ class MainDisplay : public SkinDisplay
void setPixmaps(Skin *skin);
void setStatus (uint status);
void setPlaytime (uint time);
void setMediainfo (QHash<QString,QString>);
void setMediainfo (const QHash<QString,QString> &);
void togglePL(void);
protected: