diff options
Diffstat (limited to 'src/gui/widgets/staticbrowserbox.h')
-rw-r--r-- | src/gui/widgets/staticbrowserbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/widgets/staticbrowserbox.h b/src/gui/widgets/staticbrowserbox.h index 93d05049f..ff5862577 100644 --- a/src/gui/widgets/staticbrowserbox.h +++ b/src/gui/widgets/staticbrowserbox.h @@ -72,6 +72,8 @@ class StaticBrowserBox final : public Widget, void setOpaque(Opaque opaque) { mOpaque = opaque; } + void addSeparator(const std::string &row); + /** * Adds a text row to the browser. */ @@ -183,6 +185,7 @@ class StaticBrowserBox final : public Widget, bool mEnableImages; bool mEnableKeys; bool mEnableTabs; + bool mSeparator; static ImageSet *mEmotes; static int mInstances; |