summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp')
-rw-r--r--src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp b/src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp
index c2c84aa5..203952bc 100644
--- a/src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp
+++ b/src/Authoring/Qt3DStudio/Palettes/Project/ProjectView.cpp
@@ -318,6 +318,11 @@ void ProjectView::editPresentationId(int row, bool qmlStream)
dlg.exec();
}
+void ProjectView::showSpecificShaderError(const int row)
+{
+ m_ProjectModel->showItemError(m_ProjectModel->index(row));
+}
+
void ProjectView::renamePresentation(int row, bool qmlStream)
{
QString relativePresPath = QDir(g_StudioApp.GetCore()->getProjectFile().getProjectPath())