Merge lp://staging/~aacid/bamf-qt/constref into lp://staging/bamf-qt
Proposed by
Albert Astals Cid
Status: | Merged |
---|---|
Approved by: | Gerry Boland |
Approved revision: | 396 |
Merged at revision: | 398 |
Proposed branch: | lp://staging/~aacid/bamf-qt/constref |
Merge into: | lp://staging/bamf-qt |
Diff against target: |
129 lines (+10/-10) 10 files modified
bamf-application.cpp (+1/-1) bamf-application.h (+1/-1) bamf-factory.cpp (+1/-1) bamf-factory.h (+1/-1) bamf-indicator.cpp (+1/-1) bamf-indicator.h (+1/-1) bamf-view.cpp (+1/-1) bamf-view.h (+1/-1) bamf-window.cpp (+1/-1) bamf-window.h (+1/-1) |
To merge this branch: | bzr merge lp://staging/~aacid/bamf-qt/constref |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gerry Boland | Pending | ||
Review via email: mp+103080@code.staging.launchpad.net |
Commit message
Add const & to some parameters
Avoids a copy of each object. It is true that most of those objects are
implicitly shared so the win isn't huge but we still save some atomic/
Description of the change
Add const & to some parameters
Avoids a copy of each object. It is true that most of those objects are
implicitly shared so the win isn't huge but we still save some atomic/
To post a comment you must log in.