Remove redundant initialization of ElidedLabel::_elideMode
authorStephan Beyer <s-beyer@gmx.net>
Tue, 7 Jul 2020 07:40:33 +0000 (09:40 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Wed, 8 Jul 2020 12:08:41 +0000 (14:08 +0200)
commit1e6747cd1dd9eca9e0403edf8b4db584ccc0f982
treea4a9b72a7343c600f4171d5160f94e9d1cc2af9a
parent293be2c2e667483737f7850bbe2e132b40211b8f
Remove redundant initialization of ElidedLabel::_elideMode

The value gets already initialized by default member initialization,
so there is no need to set it again in the constructor.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
src/gui/elidedlabel.cpp