mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-13 11:25:42 -05:00
Remove unnecessary const qualifier, unused variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user