QTfrontend/chatwidget.h
changeset 4892 b0610081ee95
parent 4884 b2006a9f0fbc
child 4897 11598e7aa7e6
equal deleted inserted replaced
4891:43706c0392e7 4892:b0610081ee95
    56  public:
    56  public:
    57   HWChatWidget(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli, bool notify);
    57   HWChatWidget(QWidget* parent, QSettings * gameSettings, SDLInteraction * sdli, bool notify);
    58   void loadLists(const QString & nick);
    58   void loadLists(const QString & nick);
    59   void saveLists(const QString & nick);
    59   void saveLists(const QString & nick);
    60   void setShowReady(bool s);
    60   void setShowReady(bool s);
       
    61   void setShowFollow(bool enabled);
    61 
    62 
    62 private:
    63 private:
    63   void loadList(QStringList & list, const QString & file);
    64   void loadList(QStringList & list, const QString & file);
    64   void saveList(QStringList & list, const QString & file);
    65   void saveList(QStringList & list, const QString & file);
    65   void updateNickItem(QListWidgetItem *item);
    66   void updateNickItem(QListWidgetItem *item);