This commit is contained in:
2025-08-15 20:31:40 +02:00
parent 6865e6aaaa
commit c87da2802a
14 changed files with 235 additions and 293 deletions

View File

@@ -19,7 +19,8 @@
#include <QVariant>
#include <QMap>
#include <QStringView>
#include <QIcon>
#include <xqicon.h>
#include <pugixml.hpp>
const QString c_Version = "0.1.1 04.09.2024";
@@ -48,8 +49,7 @@ namespace XQAppData
{
//class XQAppIconMap;
bool hasTypeIcon(const QString& key );
QIcon typeIcon(const QString& key );
XQIcon typeIcon(const QString& key );
}
#endif // XQAPPDATA_H