Cache event pixmaps

This commit is contained in:
GriffinR
2025-02-21 12:40:06 -05:00
parent bf5ead848d
commit eef9a37d16
4 changed files with 42 additions and 51 deletions

View File

@@ -107,8 +107,6 @@ public:
static Event* create(Event::Type type);
static QMap<Event::Group, const QPixmap*> icons;
// standard public methods
public:
@@ -171,8 +169,6 @@ public:
static QString groupToString(Event::Group group);
static QString typeToString(Event::Type type);
static Event::Type typeFromString(QString type);
static void clearIcons();
static void setIcons();
// protected attributes
protected: