equal
deleted
inserted
replaced
49 int role) const override; |
49 int role) const override; |
50 int rowCount(const QModelIndex &parent) const override; |
50 int rowCount(const QModelIndex &parent) const override; |
51 int columnCount(const QModelIndex &parent) const override; |
51 int columnCount(const QModelIndex &parent) const override; |
52 QVariant data(const QModelIndex &index, int role) const override; |
52 QVariant data(const QModelIndex &index, int role) const override; |
53 |
53 |
54 public slots: |
54 public Q_SLOTS: |
55 void setRoomsList(const QStringList &rooms); |
55 void setRoomsList(const QStringList &rooms); |
56 void addRoom(const QStringList &info); |
56 void addRoom(const QStringList &info); |
57 void removeRoom(const QString &name); |
57 void removeRoom(const QString &name); |
58 void updateRoom(const QString &name, const QStringList &info); |
58 void updateRoom(const QString &name, const QStringList &info); |
59 int rowOfRoom(const QString &name); |
59 int rowOfRoom(const QString &name); |