信号、槽中的const Type&

Normalizes the signature of the given method.

Qt uses normalized signatures to decide whether two given signals and slots are compatible. Normalization reduces whitespace to a minimum, moves 'const' to the front where appropriate, removes 'const' from value types and replaces const references with values.

posted @ 2012-03-23 11:26  justin_s  阅读(204)  评论(0编辑  收藏  举报