X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Ficon.h;fp=src%2Fuisupport%2Ficon.h;h=2ea903b45fa7ea41fb98c507a57235b91b4226a7;hp=17ed902e17bf318a73e59f9def656595afa0a528;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hpb=30b159cb876a9495de42e9a3e70ca050516f0805 diff --git a/src/uisupport/icon.h b/src/uisupport/icon.h index 17ed902e..2ea903b4 100644 --- a/src/uisupport/icon.h +++ b/src/uisupport/icon.h @@ -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