clang-tidy: Avoid another bogus warning about a potential leak
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 5 Sep 2018 19:09:19 +0000 (21:09 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Sep 2018 06:02:07 +0000 (08:02 +0200)
commit6bfa260800588318e5a7b17e3b9dbfaa67bba635
treebfe31409ae468041a6cc8cbb7896b630ea982174
parentbfeb38f1572e44bdfbfb7f4d47d6dc6ecc20439f
clang-tidy: Avoid another bogus warning about a potential leak

False positive, fixed by assigning to an attribute. Seems like
clang-tidy really doesn't like ephemeral objects even if they
have a parent.
src/qtui/statusnotifieritem.cpp
src/qtui/statusnotifieritem.h