QTfrontend/model/playerslistmodel.h
changeset 9725 68b5d87cfdb0
parent 9503 8f9b04138456
child 9727 e89ed65f62da
equal deleted inserted replaced
9724:b3fefde4cff7 9725:68b5d87cfdb0
    69     void updateIcon(const QModelIndex & index);
    69     void updateIcon(const QModelIndex & index);
    70     void updateSortData(const QModelIndex & index);
    70     void updateSortData(const QModelIndex & index);
    71     void loadSet(QSet<QString> & set, const QString & suffix);
    71     void loadSet(QSet<QString> & set, const QString & suffix);
    72     void saveSet(const QSet<QString> & set, const QString & suffix);
    72     void saveSet(const QSet<QString> & set, const QString & suffix);
    73     void checkFriendIgnore(const QModelIndex & mi);
    73     void checkFriendIgnore(const QModelIndex & mi);
       
    74     bool isFriend(const QString & nickname);
       
    75     bool isIgnored(const QString & nickname);
    74 };
    76 };
    75 
    77 
    76 #endif // PLAYERSLISTMODEL_H
    78 #endif // PLAYERSLISTMODEL_H