Merge pull request #474 from Jedi18/room_settings_qml
Shifted Room Settings Dialog to QML
This commit is contained in:
commit
744feabeca
17 changed files with 1109 additions and 1038 deletions
|
|
@ -836,6 +836,14 @@ TimelineModel::openUserProfile(QString userid, bool global)
|
|||
emit openProfile(userProfile);
|
||||
}
|
||||
|
||||
void
|
||||
TimelineModel::openRoomSettings()
|
||||
{
|
||||
RoomSettings *settings = new RoomSettings(roomId(), this);
|
||||
connect(this, &TimelineModel::roomAvatarUrlChanged, settings, &RoomSettings::avatarChanged);
|
||||
openRoomSettingsDialog(settings);
|
||||
}
|
||||
|
||||
void
|
||||
TimelineModel::replyAction(QString id)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue