Browse Source

minor documentation adjustment.

Neal Wilson 11 years ago
parent
commit
df7ef3dc8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/measurement.w

+ 1
- 1
src/measurement.w View File

118
 just pass around |QVariantMap| but until then we need to be able to pass these
118
 just pass around |QVariantMap| but until then we need to be able to pass these
119
 objects through the signals and slots mechanism. This requires that we have a
119
 objects through the signals and slots mechanism. This requires that we have a
120
 public default constructor (already defined above), a public copy constructor,
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
 @<Register meta-types@>=
123
 @<Register meta-types@>=
124
 qRegisterMetaType<Measurement>("Measurement");
124
 qRegisterMetaType<Measurement>("Measurement");

Loading…
Cancel
Save