Looks ok. Added move semantics and one new method. Created change
https://codereview.qt-project.org/#/c/125981/ to fix the docs of that
method.
Cheers,
Lars
On 17/09/15 12:55, "Frederik Gladhorn"
wrote:
>
___
Development mailing list
Development@qt-p
diff --git a/src/dbus/qdbusargument.h b/src/dbus/qdbusargument.h
index 42b2667..a6bc396 100644
--- a/src/dbus/qdbusargument.h
+++ b/src/dbus/qdbusargument.h
@@ -70,9 +70,15 @@ public:
QDBusArgument();
QDBusArgument(const QDBusArgument &other);
+#ifdef Q_COMPILER_RVALUE_REFS
+QDBusAr