perf: Fix more clazy qstring-allocation warnings and pass parameters by reference (#910)
* Fix some more clazy-qstring-allocation warnings * Fix missing refs on large types in lib_gui * Fix trivially copyable types being passed by ref in lib_gui
This commit is contained in:
@@ -40,7 +40,7 @@ protected:
|
||||
void ensureWidgetVisibleAnimated(
|
||||
const QWidget* parentWidget,
|
||||
const QWidget* childWidget,
|
||||
QRectF rect,
|
||||
const QRectF& rect,
|
||||
bool animated,
|
||||
CodeScrollParams::Target target);
|
||||
void ensurePercentVisibleAnimated(
|
||||
|
||||
Reference in New Issue
Block a user