Cleanup some unused code
This commit is contained in:
parent
3ded0d61ba
commit
14f7fe282f
5 changed files with 3 additions and 498 deletions
|
|
@ -254,6 +254,7 @@ InputBar::updateState(int selectionStart_,
|
|||
selectionStart = selectionStart_;
|
||||
selectionEnd = selectionEnd_;
|
||||
cursorPosition = cursorPosition_;
|
||||
emit textChanged(text_);
|
||||
}
|
||||
|
||||
QString
|
||||
|
|
|
|||
|
|
@ -53,9 +53,6 @@ UserProfile::UserProfile(QString roomid,
|
|||
|
||||
emit verificationStatiChanged();
|
||||
});
|
||||
connect(this, &UserProfile::devicesChanged, [this]() {
|
||||
nhlog::net()->critical("Device list: {}", deviceList_.rowCount());
|
||||
});
|
||||
fetchDeviceList(this->userid_);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue