diff options
Diffstat (limited to 'src')
| -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 276679a0175..9730ec12068 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; |
