X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ficon.h;h=cd2466dbb836857a9c511870e6e491e358ff642c;hb=f98d8986f23a60168143e9f8853b8df57fb832df;hp=17ed902e17bf318a73e59f9def656595afa0a528;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/uisupport/icon.h b/src/uisupport/icon.h index 17ed902e..cd2466db 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-2020 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