diff options
Diffstat (limited to 'src/gui/widgets/chattab.h')
-rw-r--r-- | src/gui/widgets/chattab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/chattab.h b/src/gui/widgets/chattab.h index 45e27797d..5cbb71d79 100644 --- a/src/gui/widgets/chattab.h +++ b/src/gui/widgets/chattab.h @@ -139,6 +139,9 @@ class ChatTab : public Tab std::list<std::string> &getRows() { return mTextOutput->getRows(); } + bool hasRows() + { return mTextOutput->hasRows(); } + void loadFromLogFile(std::string name); bool getAllowHighlight() |