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
Marc Mutz 2014-10-04 01:20:41 +02:00
parent 1adc586abd
commit 100455d4c1
1 changed files with 0 additions and 1 deletions

View File

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