QTfrontend/ui/page/pageroomslist.h
changeset 13201 25502e6b3e08
parent 13197 0bc5f618ca7c
child 15878 fc3cb23fd26f
equal deleted inserted replaced
13200:a0ce9573bfe8 13201:25502e6b3e08
    82         void onJoinClick();
    82         void onJoinClick();
    83         void onRefreshClick();
    83         void onRefreshClick();
    84         void onJoinConfirmation(const QString &);
    84         void onJoinConfirmation(const QString &);
    85         void onSortIndicatorChanged(int logicalIndex, Qt::SortOrder order);
    85         void onSortIndicatorChanged(int logicalIndex, Qt::SortOrder order);
    86         void onFilterChanged();
    86         void onFilterChanged();
    87         void saveHeaderState();
       
    88         void onRoomNameChosen(const QString &, const QString &password);
    87         void onRoomNameChosen(const QString &, const QString &password);
    89         void roomSelectionChanged(const QModelIndex &, const QModelIndex &);
    88         void roomSelectionChanged(const QModelIndex &, const QModelIndex &);
    90         void moveSelectionUp();
    89         void moveSelectionUp();
    91         void moveSelectionDown();
    90         void moveSelectionDown();
    92 
    91