#pragma once#include<QString>namespaceIconUtils{// Given a folder and an icon key, find 'best' of the icons with the given key in there and return its pathQStringfindBestIconIn(constQString&folder,constQString&iconKey);// Get icon file type filter for file browser dialogsQStringgetIconFilter();}