gpt4 book ai didi

c++ - 对类型的非 const 左值引用 ... 无法绑定(bind)到临时类型

转载 作者:搜寻专家 更新时间:2023-10-31 02:05:24 26 4
gpt4 key购买 nike

<分区>

我有这个问题

83:24: error: non-const lvalue reference to type 'QImage' cannot bind to a temporary of type 'QImage' cameraimplementation.h:23:34: note: passing argument to parameter 'nextImage' here

由这段代码引起

updateImageData(toQImage());

void updateImageData(QImage& nextImage);
QImage toQImage();

除了包含一个临时变量之外,我该如何解决这个问题。

QImage image = toQImage();
updateImageData(image);

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com