mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 12:39:41 +00:00
Added a function which returns the checked plugin names
This commit is contained in:
parent
e01afe1595
commit
5f19f6cfce
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public slots:
|
|||
void resizeRows();
|
||||
void profileChanged(const QString ¤t, const QString &previous);
|
||||
|
||||
const QStringList checkedItems();
|
||||
|
||||
private:
|
||||
QTableWidget *mMastersWidget;
|
||||
QTableView *mPluginsTable;
|
||||
|
|
Loading…
Reference in a new issue