Add new Filter by ID in FriendList.

This commit is contained in:
Phenom 2017-07-17 14:10:26 +02:00
parent 1491a051dc
commit c74c865058
3 changed files with 34 additions and 7 deletions

View file

@ -53,7 +53,8 @@ public:
{
COLUMN_NAME = 0,
COLUMN_LAST_CONTACT = 1,
COLUMN_IP = 2
COLUMN_IP = 2,
COLUMN_ID = 3
};
public: