diff options
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index af5f760b..b64ea5e8 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -187,6 +187,10 @@ class ChatWindow : public Window, void removeWhisper(const std::string &nick); + void autoComplete(); + + std::string autoCompleteHistory(std::string partName); + /** Used for showing item popup on clicking links **/ ItemLinkHandler *mItemLinkHandler; Recorder *mRecorder; |