diff -r 0311c9fa7498 -r f8e0961b463e QTfrontend/model/playerslistmodel.cpp --- a/QTfrontend/model/playerslistmodel.cpp Sat Jan 17 10:07:12 2015 -0500 +++ b/QTfrontend/model/playerslistmodel.cpp Sat Jan 17 21:41:01 2015 +0100 @@ -237,6 +237,7 @@ << index.data(InGame).toBool() << index.data(RoomFilterRole).toBool() << index.data(InRoom).toBool() + << index.data(Contributor).toBool() ; for(int i = flags.size() - 1; i >= 0; --i)