Fix paste for Wild Pokemon not updating data in memory

This commit is contained in:
GriffinR
2025-07-01 16:10:10 -04:00
parent 6ab6a13f2f
commit 17e4cbfa30
3 changed files with 11 additions and 8 deletions

View File

@@ -33,6 +33,9 @@ public slots:
void setTabActive(int index, bool active = true);
void deactivateTab(int tabIndex);
signals:
void edited();
private:
void actionCopyTab(int index);
void actionAddDeleteTab(int index);