Add iconUrl role to deviceTypesModel

This commit is contained in:
2023-02-22 22:13:33 +01:00
parent 38c5223075
commit 2276e90a64
4 changed files with 24 additions and 5 deletions

6
iconutils.h Normal file
View File

@ -0,0 +1,6 @@
#pragma once
#include <QUrl>
#include <QString>
QUrl getIconUrl(QStringView name);