aboutsummaryrefslogtreecommitdiff
path: root/launcher/icons/IconUtils.h
blob: be93d9143165a519577cb3c64b55b6721900a34f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include <QString>

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);

// Get icon file type filter for file browser dialogs
QString getIconFilter();

}