summaryrefslogtreecommitdiff
path: root/windows/mainwindow.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-09-06 02:25:19 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-09-06 02:25:19 -0400
commit10e547c4947849647463c6f302edbbefc46aac80 (patch)
treec764ab44afb611bb4a1ed21a5f710c3273d598a3 /windows/mainwindow.cpp
parentb2ffc4abf29ea552ae1db0794ec78f4fbd70f0e2 (diff)
downloadabaddon-portaudio-10e547c4947849647463c6f302edbbefc46aac80.tar.gz
abaddon-portaudio-10e547c4947849647463c6f302edbbefc46aac80.zip
member list gets a basic right click menu
Diffstat (limited to 'windows/mainwindow.cpp')
-rw-r--r--windows/mainwindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/mainwindow.cpp b/windows/mainwindow.cpp
index cb607e1..697fd9d 100644
--- a/windows/mainwindow.cpp
+++ b/windows/mainwindow.cpp
@@ -146,6 +146,10 @@ void MainWindow::UpdateChatPrependHistory(const std::vector<Snowflake> &msgs) {
m_members.UpdateMemberList();
}
+void MainWindow::InsertChatInput(std::string text) {
+ m_chat.InsertChatInput(text);
+}
+
void MainWindow::SetAbaddon(Abaddon *ptr) {
m_abaddon = ptr;
m_channel_list.SetAbaddon(ptr);