diff -r b3fefde4cff7 -r 68b5d87cfdb0 QTfrontend/model/playerslistmodel.h --- a/QTfrontend/model/playerslistmodel.h Sat Nov 30 11:14:32 2013 +0100 +++ b/QTfrontend/model/playerslistmodel.h Sat Nov 30 13:42:14 2013 +0100 @@ -71,6 +71,8 @@ void loadSet(QSet & set, const QString & suffix); void saveSet(const QSet & set, const QString & suffix); void checkFriendIgnore(const QModelIndex & mi); + bool isFriend(const QString & nickname); + bool isIgnored(const QString & nickname); }; #endif // PLAYERSLISTMODEL_H