summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Client/Code/Core/Doc/Doc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Client/Code/Core/Doc/Doc.h')
-rw-r--r--src/Authoring/Client/Code/Core/Doc/Doc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Client/Code/Core/Doc/Doc.h b/src/Authoring/Client/Code/Core/Doc/Doc.h
index e66a2057..c18b85fb 100644
--- a/src/Authoring/Client/Code/Core/Doc/Doc.h
+++ b/src/Authoring/Client/Code/Core/Doc/Doc.h
@@ -465,7 +465,7 @@ public:
int getSelectedInstancesCount() const;
std::shared_ptr<Q3DStudio::IInternalDocumentEditor> getSceneEditor() { return m_SceneEditor; }
- QVector<qt3dsdm::Qt3DSDMInstanceHandle> getLayers();
+ QVector<int> getLayers();
void queueMaterialRename(const QString &oldName, const QString &newName);