mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
Merge pull request #696 from GriffinRichards/new-event-button
New event button refactor
This commit is contained in:
@@ -66,7 +66,6 @@ public:
|
||||
Trigger, WeatherTrigger,
|
||||
Sign, HiddenItem, SecretBase,
|
||||
HealLocation,
|
||||
Generic,
|
||||
None,
|
||||
};
|
||||
|
||||
@@ -168,7 +167,9 @@ public:
|
||||
|
||||
static QString groupToString(Event::Group group);
|
||||
static QString typeToString(Event::Type type);
|
||||
static Event::Type typeFromString(QString type);
|
||||
static QString typeToJsonKey(Event::Type type);
|
||||
static Event::Type typeFromJsonKey(QString type);
|
||||
static QList<Event::Type> types();
|
||||
|
||||
// protected attributes
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user