qa: Avoid deprecation warnings for QList/QSet conversions
[quassel.git] / src / uisupport / icon.h
index 17ed902..d4f84cb 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 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<QString> &iconNames, const QString &fallbackPath = {});
+UISUPPORT_EXPORT QIcon get(const std::vector<QString>& iconNames, const QString& fallbackPath = {});
 
-}
+}  // namespace icon