aboutsummaryrefslogtreecommitdiff
path: root/launcher/icons/IconUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/icons/IconUtils.h')
-rw-r--r--launcher/icons/IconUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/icons/IconUtils.h b/launcher/icons/IconUtils.h
index be93d914..8c6f677d 100644
--- a/launcher/icons/IconUtils.h
+++ b/launcher/icons/IconUtils.h
@@ -5,9 +5,9 @@
namespace IconUtils {
// Given a folder and an icon key, find 'best' of the icons with the given key in there and return its path
-QString findBestIconIn(const QString &folder, const QString & iconKey);
+QString findBestIconIn(const QString& folder, const QString& iconKey);
// Get icon file type filter for file browser dialogs
QString getIconFilter();
-}
+} // namespace IconUtils