aboutsummaryrefslogtreecommitdiff
path: root/launcher/icons/IconUtils.h
blob: 8c6f677dd83002cd2c67098694171cf7fa67c925 (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();

}  // namespace IconUtils