summaryrefslogtreecommitdiff
path: root/src/gui/userpalette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r--src/gui/userpalette.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h
index e5e9465f9..1cfc28cde 100644
--- a/src/gui/userpalette.h
+++ b/src/gui/userpalette.h
@@ -250,6 +250,9 @@ class UserPalette final : public Palette, public ListModel
GradientTypeT grad,
const std::string &text,
int delay = GRADIENT_DELAY);
+
+ void addLabel(const UserColorIdT type,
+ const std::string &text);
};
extern UserPalette *userPalette;