summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Application/DataInputDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Application/DataInputDlg.h')
-rw-r--r--src/Authoring/Studio/Application/DataInputDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Application/DataInputDlg.h b/src/Authoring/Studio/Application/DataInputDlg.h
index e38ee8b8..838fcd2e 100644
--- a/src/Authoring/Studio/Application/DataInputDlg.h
+++ b/src/Authoring/Studio/Application/DataInputDlg.h
@@ -69,6 +69,8 @@ public:
// Maps between DataModel datatypes and datainput dialog types
static const bool isEquivalentDataType(int dlgType, qt3dsdm::DataModelDataType::Value dmType);
+ static QVector<EDataType> getAcceptedTypes(qt3dsdm::DataModelDataType::Value dmType);
+
protected:
void initDialog();
QString getUniqueId(const QString &id);