summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index cd716ad..154f4be 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -21,21 +21,26 @@
class OxydataWidget;
class OxydataTable;
class QComboBox;
+class QStringList;
+
#include <qwidget.h>
class dataWidgetUI : public QWidget
{
Q_OBJECT
public:
dataWidgetUI();
+ QStringList *names;
private:
OxydataTable *DataTable;
QComboBox *dataCombo;
OxydataWidget *oxyDW;
+
+ void loadNames();
};
#endif