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
@@ -25,4 +25,6 @@ class OxydataTable;
class QComboBox;
+class QStringList;
+
#include <qwidget.h>
@@ -33,4 +35,5 @@ class dataWidgetUI : public QWidget
public:
dataWidgetUI();
+ QStringList *names;
private:
@@ -38,4 +41,6 @@ class dataWidgetUI : public QWidget
QComboBox *dataCombo;
OxydataWidget *oxyDW;
+
+ void loadNames();
};
#endif