summaryrefslogtreecommitdiff
path: root/src/components/chatwindow.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-01-09 23:20:08 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2022-01-09 23:20:08 -0500
commit481685b3bbb2b0270870dec5de87e60fc2d84d15 (patch)
tree5eaa4abf4cb800812389ce95af954e120f633e54 /src/components/chatwindow.cpp
parentf31d431517b27a88a95f6972de8fcf3206df1da1 (diff)
downloadabaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.tar.gz
abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.zip
format all
Diffstat (limited to 'src/components/chatwindow.cpp')
-rw-r--r--src/components/chatwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chatwindow.cpp b/src/components/chatwindow.cpp
index 9b34dfd..df2b6b8 100644
--- a/src/components/chatwindow.cpp
+++ b/src/components/chatwindow.cpp
@@ -88,7 +88,7 @@ ChatWindow::ChatWindow() {
m_meta->add(*m_input_indicator);
m_meta->add(*m_rate_limit_indicator);
- //m_scroll->add(*m_list);
+ // m_scroll->add(*m_list);
m_main->add(m_topic);
m_main->add(*m_chat);
m_main->add(m_completer);