|
@@ -118,7 +118,7 @@ Measurement Measurement::toRankine()
|
118
|
118
|
just pass around |QVariantMap| but until then we need to be able to pass these
|
119
|
119
|
objects through the signals and slots mechanism. This requires that we have a
|
120
|
120
|
public default constructor (already defined above), a public copy constructor,
|
121
|
|
-and a public destructor.
|
|
121
|
+and a public destructor. These latter two are default generated.
|
122
|
122
|
|
123
|
123
|
@<Register meta-types@>=
|
124
|
124
|
qRegisterMetaType<Measurement>("Measurement");
|