X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ficon.h;h=2ea903b45fa7ea41fb98c507a57235b91b4226a7;hb=03ee70025a98912c163155955fe3cc3045f629b9;hp=17ed902e17bf318a73e59f9def656595afa0a528;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git 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