summaryrefslogtreecommitdiff
path: root/src/gui/popups/speechbubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r--src/gui/popups/speechbubble.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h
index 41c210eab..153c1e954 100644
--- a/src/gui/popups/speechbubble.h
+++ b/src/gui/popups/speechbubble.h
@@ -57,6 +57,8 @@ class SpeechBubble final : public Popup
*/
void setText(const std::string &text, const bool showName = true);
+ void requestMoveToBackground();
+
private:
std::string mText;
int mSpacing;