summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Render/PathWidget.h
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-10-23 10:47:49 +0300
committerAntti Määttä <antti.maatta@qt.io>2017-10-24 13:24:20 +0000
commite0307030ff18b911a91ff5e4fa7958cd77493c42 (patch)
tree06154565d413773c445b8ea99bf42837c82f7237 /src/Authoring/Studio/Render/PathWidget.h
parent9bd7da7fc5c25589c80869f9f554d120e978a69a (diff)
Rename the rest of the UIC to Qt3DS
Task-number: QT3DS-18 Change-Id: Ia8141980f575565ee7dbfa33422f25f121da5fe1 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Render/PathWidget.h')
-rw-r--r--src/Authoring/Studio/Render/PathWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/Render/PathWidget.h b/src/Authoring/Studio/Render/PathWidget.h
index 0730426c..6396b3e9 100644
--- a/src/Authoring/Studio/Render/PathWidget.h
+++ b/src/Authoring/Studio/Render/PathWidget.h
@@ -41,7 +41,7 @@ namespace widgets {
public:
qt3ds::studio::SStudioPickValue PickIndexToPickValue(QT3DSU32 inPickIndex) override = 0;
static IPathWidget &CreatePathWidget(NVAllocatorCallback &inAlloc,
- IUICRenderContext &inRenderContext);
+ IQt3DSRenderContext &inRenderContext);
};
}
}