summaryrefslogtreecommitdiffstats
path: root/src/corelib/mimetypes
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dedietrich@qt.io>2017-03-01 12:50:58 -0800
committerGabriel de Dietrich <gabriel.dedietrich@qt.io>2017-03-02 18:19:20 +0000
commitf874b6e995646aaa7b43758ef2fe03ea1f60640b (patch)
treea66fb13dd61a558d3ec573690496f98dde895b07 /src/corelib/mimetypes
parent7bfe093ae5a904c375ae7b2635e681ff319c80af (diff)
QBoxLayout: Remove unconventional try/catch blocks
These appear in insertSpacing() and insertWidget() only and without any justification of why they may be needed. Several other instances of the pattern these try/catch blocks were guarding, i.e. allocate new QBoxLayoutItem and insert to the list of items, were left unguarded, leading us to believe this may not be useful at all and can be safely removed. Change-Id: I887fbde9d10e10f4f5daaa37f6f2892bd4038d58 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/corelib/mimetypes')
0 files changed, 0 insertions, 0 deletions