QSizePolicy: remove an outdated comment
The change asked for by the comment is apparently done. Change-Id: I7ef2b58eb8c38192904e83b1c2386d3c762e0bed Reviewed-by: Olivier Goffart <ogoffart@woboq.com>bb10
parent
1adc586abd
commit
100455d4c1
|
|
@ -85,7 +85,6 @@ public:
|
|||
|
||||
QSizePolicy() : data(0) { }
|
||||
|
||||
// ### Qt 5: merge these two constructors (with type == DefaultType)
|
||||
QSizePolicy(Policy horizontal, Policy vertical, ControlType type = DefaultType)
|
||||
: data(0) {
|
||||
bits.horPolicy = horizontal;
|
||||
|
|
|
|||
Loading…
Reference in New Issue