Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
6.5.0
-
None
Description
Currently QDBusMessage lacks a move constructor. In addition to that, the default constructor that is supposed to build an invalid message performs memory allocation. That could be avoided too, but other member and friend functions need to be adjusted to not crash with null d_ptr.