aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-06-25 13:37:53 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-06-26 09:35:01 +0200
commitd4feac29e3a3f6f3c9eb320553cd926fef1c536e (patch)
tree7ca664969f00d9cd66d3eb19f175100944ab6274 /src/quick/items/qquickwindow.h
parenta06e873a1e80eda2f8e946ebe4e2f7631c78f53d (diff)
Add what-would-my-graphics-api-be getter
Change-Id: I2bf50a46ea18fe06068192ad695652830c3a3861 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.h')
-rw-r--r--src/quick/items/qquickwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickwindow.h b/src/quick/items/qquickwindow.h
index 3a908e94f0..2850bf7c2e 100644
--- a/src/quick/items/qquickwindow.h
+++ b/src/quick/items/qquickwindow.h
@@ -183,6 +183,7 @@ public:
QSGRendererInterface *rendererInterface() const;
static void setGraphicsApi(QSGRendererInterface::GraphicsApi api);
+ static QSGRendererInterface::GraphicsApi graphicsApi();
static void setSceneGraphBackend(const QString &backend);
static QString sceneGraphBackend();