summaryrefslogtreecommitdiffstats
path: root/src/runtime/q3dsimagemanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/q3dsimagemanager_p.h')
-rw-r--r--src/runtime/q3dsimagemanager_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/q3dsimagemanager_p.h b/src/runtime/q3dsimagemanager_p.h
index fff9ab0..707cb42 100644
--- a/src/runtime/q3dsimagemanager_p.h
+++ b/src/runtime/q3dsimagemanager_p.h
@@ -72,7 +72,7 @@ public:
const QByteArray &id,
Q3DSProfiler *profiler = nullptr,
const char *profName = nullptr, ...);
- void setSource(Qt3DRender::QAbstractTexture *tex, const QUrl &source);
+ void setSource(Qt3DRender::QAbstractTexture *tex, const QUrl &source, bool preferKtx);
void setSource(Qt3DRender::QAbstractTexture *tex, const QImage &image);
QSize size(Qt3DRender::QAbstractTexture *tex) const;