diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 18:32:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 19:35:08 +0300 |
commit | 6e09393c9d4a2f36c582ff97c0f5d5263757cbcc (patch) | |
tree | 4a183d5255462594bca9888f4f598800f6125805 /src/gui/userpalette.h | |
parent | 829c8fb2476f763f0d0a1f4ca792073eb953814e (diff) | |
download | plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.gz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.bz2 plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.tar.xz plus-6e09393c9d4a2f36c582ff97c0f5d5263757cbcc.zip |
Fix some doxygen issues.
Diffstat (limited to 'src/gui/userpalette.h')
-rw-r--r-- | src/gui/userpalette.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/userpalette.h b/src/gui/userpalette.h index 9e268449c..4f7e0e941 100644 --- a/src/gui/userpalette.h +++ b/src/gui/userpalette.h @@ -105,11 +105,6 @@ class UserPalette final : public Palette, public ListModel void setGradient(const UserColorIdT type, const GradientTypeT grad); - /** - * Sets the gradient delay for the specified color. - * - * @param grad gradient type to set - */ void setGradientDelay(const UserColorIdT type, const int delay) { mColors[CAST_SIZE(type)].delay = delay; } @@ -240,13 +235,6 @@ class UserPalette final : public Palette, public ListModel static std::string getConfigName(const std::string &typeName) A_WARN_UNUSED; - /** - * Initialise color - * - * @param c character that needs initialising - * @param rgb default color if not found in config - * @param text identifier of color - */ void addColor(const UserColorIdT type, const unsigned rgb, GradientTypeT grad, |