modernize: Reformat ALL the source... again!
[quassel.git] / src / uisupport / icon.h
index 17ed902..2ea903b 100644 (file)
@@ -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<QString> &iconNames, const QString &fallbackPath = {});
+UISUPPORT_EXPORT QIcon get(const std::vector<QString>& iconNames, const QString& fallbackPath = {});
 
-}
+}  // namespace icon