diff --git a/src/kiconloader.h b/src/kiconloader.h --- a/src/kiconloader.h +++ b/src/kiconloader.h @@ -466,24 +466,24 @@ * application's palette, you need to track the application palette changes by yourself. * If you no longer wish to use a custom palette, use resetPalette() * @see resetPalette - * @since 5.38 + * @since 5.39 */ void setCustomPalette(const QPalette &palette); /** * The colors that will be used for the svg stylesheet in case the * loaded icons are svg-based, icons can be colored in different ways in * different areas of the application * @return the palette, if any, an invalid one if the user didn't set it - * @since 5.38 + * @since 5.39 */ QPalette customPalette() const; /** * Resets the custom palette used by the KIconLoader to use the * QGuiApplication::palette() again (and to follow it in case the * application's palette changes) - * @since 5.38 + * @since 5.39 */ void resetPalette();