summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timeline/InputBar.cpp1
-rw-r--r--src/ui/UserProfile.cpp3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp

index d5c2d428..f20b272b 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -254,6 +254,7 @@ InputBar::updateState(int selectionStart_, selectionStart = selectionStart_; selectionEnd = selectionEnd_; cursorPosition = cursorPosition_; + emit textChanged(text_); } QString diff --git a/src/ui/UserProfile.cpp b/src/ui/UserProfile.cpp
index db50b050..c60eca6f 100644 --- a/src/ui/UserProfile.cpp +++ b/src/ui/UserProfile.cpp
@@ -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_); }