allow copy/paste from mainwindow actions in encounter tab

This commit is contained in:
garakmon
2023-02-05 17:04:16 -05:00
committed by t
parent 7973c91bcd
commit 62a6fe8515
3 changed files with 39 additions and 14 deletions

View File

@@ -24,6 +24,9 @@ public:
QTableView *tableAt(int tabIndex);
void copy(int index);
void paste(int index);
public slots:
void setTabActive(int index, bool active = true);
void deactivateTab(int tabIndex);