Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.8.0
-
None
-
OSX 10.8.4
Description
If I change a function from
DoSomething(QString VariableName);
to
DoSomething(QString&& VariableName);
and then press ALT+Enter, "Apply signature changes" it results in
DoSomething(QString& VariableName){...}
in the implementation. The universal (rvalue) reference is turned into a lvalue reference.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-10555 Refactor -> Add definition in 'file.cpp' gives wrong result with r-value (rvalue) reference.
- Closed