Add const & in good places to avoid promoe to copy that much data.
This commit is contained in:
parent
403b9257cc
commit
429cf316ed
7 changed files with 25 additions and 25 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue