소스 검색

minor documentation adjustment.

Neal Wilson 11 년 전
부모
커밋
df7ef3dc8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/measurement.w

+ 1
- 1
src/measurement.w 파일 보기

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…
취소
저장