diff options
author | Marc Mutz <marc.mutz@kdab.com> | 2014-10-04 01:20:41 +0200 |
---|---|---|
committer | Marc Mutz <marc.mutz@kdab.com> | 2014-10-04 14:10:54 +0200 |
commit | 100455d4c1f77bbf171d91656a17f78c92de0eb8 (patch) | |
tree | 39c5d4fb53ac5215236e6a5e6350aa2a7ff7c4e8 | |
parent | 1adc586abda245c9caf78a929fd96917532f44a3 (diff) | |
download | qtbase-100455d4c1f77bbf171d91656a17f78c92de0eb8.tar.gz qtbase-100455d4c1f77bbf171d91656a17f78c92de0eb8.tar.bz2 qtbase-100455d4c1f77bbf171d91656a17f78c92de0eb8.zip |
QSizePolicy: remove an outdated commentv5.3.99+beta1
The change asked for by the comment is apparently done.
Change-Id: I7ef2b58eb8c38192904e83b1c2386d3c762e0bed
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r-- | src/widgets/kernel/qsizepolicy.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/kernel/qsizepolicy.h b/src/widgets/kernel/qsizepolicy.h index 276679a017..9730ec1206 100644 --- a/src/widgets/kernel/qsizepolicy.h +++ b/src/widgets/kernel/qsizepolicy.h @@ -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; |