Code review comment for lp:~widelands-dev/widelands/bug-1827182-sort-client-list

Revision history for this message
GunChleoc (gunchleoc) wrote :

Define a compare functions for the table column in the UI, using the set_column_compare function. See campaign_select.cc for an example.

Then you will only need 1 vector for the clients without copying anything.

« Back to merge proposal