Remove unnecessary const qualifier, unused variable

This commit is contained in:
GriffinR
2025-02-12 15:39:40 -05:00
parent 78a9bac307
commit ee986b8e56
4 changed files with 4 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ public:
void openScript(QString label);
void removeEvent(Event *);
void addEvent(Event *);
int getIndexOfEvent(const Event *) const;
int getIndexOfEvent(Event *) const;
void deleteConnections();
QList<MapConnection*> getConnections() const;