aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2014-08-10 12:22:56 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-08-13 07:59:32 +0200
commitcf9b3c334d70d5018b438f37518b057ead9199c0 (patch)
tree7d692ca59e460ac04eecae2586ba7e1cfb5a2f61 /src/quick/items/qquickwindow.h
parenta111b1b108f2d3344cb2b2b677e738fd9dd68945 (diff)
Remove QQuickWindow::glslVersion & glslIsCoreProfile
Superceded by the OpenGLInfo attached type => remove the API before it gets released Change-Id: I7511fd28eb375eb3cd3cdd4bda6d82c1883e3094 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src/quick/items/qquickwindow.h')
-rw-r--r--src/quick/items/qquickwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/quick/items/qquickwindow.h b/src/quick/items/qquickwindow.h
index 7757168aa3..89780e4b75 100644
--- a/src/quick/items/qquickwindow.h
+++ b/src/quick/items/qquickwindow.h
@@ -70,8 +70,6 @@ class Q_QUICK_EXPORT QQuickWindow : public QWindow
Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged)
Q_PROPERTY(QQuickItem* contentItem READ contentItem CONSTANT)
Q_PROPERTY(QQuickItem* activeFocusItem READ activeFocusItem NOTIFY activeFocusItemChanged REVISION 1)
- Q_PROPERTY(QString glslVersion READ glslVersion CONSTANT REVISION 2)
- Q_PROPERTY(bool glslIsCoreProfile READ glslIsCoreProfile CONSTANT REVISION 2)
Q_CLASSINFO("DefaultProperty", "data")
Q_DECLARE_PRIVATE(QQuickWindow)
public:
@@ -150,9 +148,6 @@ public:
QOpenGLContext *openglContext() const;
- QString glslVersion() const;
- bool glslIsCoreProfile() const;
-
void scheduleRenderJob(QRunnable *job, RenderStage schedule);
static QQuickWindowAttached *qmlAttachedProperties(QObject *object);