diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 14:07:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 14:07:35 +0300 |
commit | 23311af88da21e9f704069edca9081c49e10c872 (patch) | |
tree | ebec2ce91421a5cdbe6c1a8299a97cd22579bfd2 /src/gui/popups/popupmenu.h | |
parent | 78d916e95061fb3bec4ba7791a2f20bcbeaecb3c (diff) | |
download | plus-23311af88da21e9f704069edca9081c49e10c872.tar.gz plus-23311af88da21e9f704069edca9081c49e10c872.tar.bz2 plus-23311af88da21e9f704069edca9081c49e10c872.tar.xz plus-23311af88da21e9f704069edca9081c49e10c872.zip |
In being context menu allow join being chat.
Diffstat (limited to 'src/gui/popups/popupmenu.h')
-rw-r--r-- | src/gui/popups/popupmenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/popupmenu.h b/src/gui/popups/popupmenu.h index 6e229072a..c98e6a26e 100644 --- a/src/gui/popups/popupmenu.h +++ b/src/gui/popups/popupmenu.h @@ -177,6 +177,8 @@ class PopupMenu final : public Popup, public LinkHandler void addWindowMenu(Window *const window); + void addChat(const Being *const being); + void showGMPopup(); BrowserBox *mBrowserBox; |