Add scroll to bottom FAB.
This commit is contained in:
@@ -30,6 +30,7 @@ class RoomListModel : public QAbstractListModel {
|
||||
void namesChanged(QMatrixClient::Room* room);
|
||||
void unreadMessagesChanged(QMatrixClient::Room* room);
|
||||
void addRoom(QMatrixClient::Room* room);
|
||||
void deleteRoom(QMatrixClient::Room* room);
|
||||
|
||||
private:
|
||||
QMatrixClient::Connection* m_connection = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user