Skip to content
Commit 993c96a0 authored by Albert Astals Cid's avatar Albert Astals Cid
Browse files

Micro optimizations

Summary:
Add some const & for things that return const & so there's no need to make a copy
Add a std::move for a thing that we pass by copy and it's just saved in another variable

Reviewers: zzag

Reviewed By: zzag

Subscribers: zzag, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D24614
parent c96594d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment