Replace assertion by condition
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 7 Feb 2015 16:05:58 +0000 (17:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 7 Feb 2015 16:05:58 +0000 (17:05 +0100)
commit2ffa023cc8612f8239a6130a5f93bc9875a41f53
tree3788724d321342c1dec1b4742bbf09a5c70515bc
parent4ff76cab24698482ce759cb40a903b9bc26c8fae
Replace assertion by condition

While the condition should be always true, clang-analyzer still
complained about it. So turn this into a condition instead.

Worst case we'll just lose the item selection now.
src/uisupport/flatproxymodel.cpp