lxqt / lxqt-qtplugin

LXQt Qt platform integration plugin
https://lxqt.github.io
GNU Lesser General Public License v2.1
24 stars 14 forks source link

Moving parameter to avoid unnecessary copies #62

Closed luis-pereira closed 3 years ago

luis-pereira commented 3 years ago

id is passed by value and only copied once.

tsujan commented 3 years ago

GTM