X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fuisupport%2Ficon.h;h=f8226440808b008b0e65cc9b90a7a65d919a774e;hb=HEAD;hp=17ed902e17bf318a73e59f9def656595afa0a528;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/uisupport/icon.h b/src/uisupport/icon.h index 17ed902e..f8226440 100644 --- a/src/uisupport/icon.h +++ b/src/uisupport/icon.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -41,7 +41,7 @@ namespace icon { * @param fallbackPath Full path to a fallback icon * @returns The requested icon, if available */ -UISUPPORT_EXPORT QIcon get(const QString &iconName, const QString &fallbackPath = {}); +UISUPPORT_EXPORT QIcon get(const QString& iconName, const QString& fallbackPath = {}); /** * Gets an icon from the current icon theme. @@ -55,6 +55,6 @@ UISUPPORT_EXPORT QIcon get(const QString &iconName, const QString &fallbackPath * @param fallbackPath Full path to a fallback icon * @returns The requested icon, if available */ -UISUPPORT_EXPORT QIcon get(const std::vector &iconNames, const QString &fallbackPath = {}); +UISUPPORT_EXPORT QIcon get(const std::vector& iconNames, const QString& fallbackPath = {}); -} +} // namespace icon