diff options
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 66e9f637d..45e27797d 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -159,6 +159,8 @@ class ChatTab : public Tab void setNoAway(bool n) { mNoAway = n; } + void addNewRow(std::string &line); + protected: friend class ChatWindow; friend class WhisperWindow; |