QTfrontend/model/playerslistmodel.cpp
branch0.9.21
changeset 10753 e56db5d988ef
parent 9727 e89ed65f62da
child 12897 fc47fc4af6bd
--- a/QTfrontend/model/playerslistmodel.cpp	Tue Jan 06 19:26:25 2015 +0100
+++ b/QTfrontend/model/playerslistmodel.cpp	Sat Jan 17 01:48:57 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)