1
0
Fork 1
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:
Pieter van der Kloet 2011-04-24 22:05:33 +02:00
parent e01afe1595
commit 5f19f6cfce

View file

@ -32,6 +32,8 @@ public slots:
void resizeRows();
void profileChanged(const QString &current, const QString &previous);
const QStringList checkedItems();
private:
QTableWidget *mMastersWidget;
QTableView *mPluginsTable;