aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-07-05 09:27:13 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-07-05 10:15:02 +0200
commite1a8d95e8e31af214121b38faa6d8a69ada8ea9b (patch)
treec58e41eb29a5bd51454a22683671727ef6899594 /src/quick/scenegraph
parent192d4fa0af5f40f76979f195c4356b26eaed1696 (diff)
Remove unimplemented QSGTexture::hasDirtyOptions()
The function does not have an implementation and causes a link error in Qt for Python. Amends 341ab7708049b1a3f559b76f16393e688951a938. Change-Id: I70bb24d14d19e1fc95916e7ba6e9ee6256414a95 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/quick/scenegraph')
-rw-r--r--src/quick/scenegraph/coreapi/qsgtexture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgtexture.h b/src/quick/scenegraph/coreapi/qsgtexture.h
index 59853b651f..f2b0e902f3 100644
--- a/src/quick/scenegraph/coreapi/qsgtexture.h
+++ b/src/quick/scenegraph/coreapi/qsgtexture.h
@@ -111,8 +111,6 @@ public:
inline QRectF convertToNormalizedSourceRect(const QRectF &rect) const;
- bool hasDirtyOptions() const;
-
// ### Qt 6: make these virtual
int comparisonKey() const;
QRhiTexture *rhiTexture() const;