diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-18 22:33:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-18 22:33:28 +0300 |
commit | 71ba93abb9436eabc9fed8e4e49ab5cdee47bb38 (patch) | |
tree | 87f9fc99f15d84a8a63b3fbc68950650f9ebc0ed /src/gui/widgets/chattab.h | |
parent | bc39b3c006145c6db41e7fcfac9da512944774f3 (diff) | |
download | plus-71ba93abb9436eabc9fed8e4e49ab5cdee47bb38.tar.gz plus-71ba93abb9436eabc9fed8e4e49ab5cdee47bb38.tar.bz2 plus-71ba93abb9436eabc9fed8e4e49ab5cdee47bb38.tar.xz plus-71ba93abb9436eabc9fed8e4e49ab5cdee47bb38.zip |
Impliment away log in away mode.
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; |