diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-29 12:05:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-04 08:21:43 -0800 |
commit | 40fa148548f001ce8a4a1fa250b31b618f8b50d4 (patch) | |
tree | f595525404817688fbdd9c7127eb6ffd2d8b680a /icons | |
parent | f8517c583bf5fdb787a7d5ce46a8896f9cf04830 (diff) | |
download | subsurface-40fa148548f001ce8a4a1fa250b31b618f8b50d4.tar.gz |
Replace BEHAVIOR macro by initializer lists
The macro BEHAVIOR expanded to "QList<int>()". This was used to
generate temporary QList<int>s with constructs such as
BEHAVIOR << COLLAPSED << EXPANDED
Instead, simply use initializer lists such as
{COLLAPSED, EXPANDED}
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'icons')
0 files changed, 0 insertions, 0 deletions