1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-22 12:39:59 +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;