mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-02 09:31:12 -04:00
Added a function which returns the checked plugin names
This commit is contained in:
parent
e01afe1595
commit
5f19f6cfce
@ -32,6 +32,8 @@ public slots:
|
|||||||
void resizeRows();
|
void resizeRows();
|
||||||
void profileChanged(const QString ¤t, const QString &previous);
|
void profileChanged(const QString ¤t, const QString &previous);
|
||||||
|
|
||||||
|
const QStringList checkedItems();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QTableWidget *mMastersWidget;
|
QTableWidget *mMastersWidget;
|
||||||
QTableView *mPluginsTable;
|
QTableView *mPluginsTable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user