Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.9.2
-
None
-
Archlinux, xfce4, dell laptop.
Description
When using the refactoring tool : "add the definition in <the .cpp file>"
(Not quite sure of that translation, I'm using the french version)
with a function like that one for example :
// in header QMatrix4x4 calculateCameraTransformMatrix() const noexcept;
The produced function in the cpp file will miss the noexcept attribute :
// in .cpp file QMatrix4x4 Scene3D::calculateCameraTransformMatrix() const { }