Sfoglia il codice sorgente

minor documentation adjustment.

Neal Wilson 11 anni fa
parent
commit
df7ef3dc8c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/measurement.w

+ 1
- 1
src/measurement.w Vedi File

@@ -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");

Loading…
Annulla
Salva