Remove unused method QPlatformBackingStore::rhiSwapChain()
Change-Id: I8fa8a0789d382ffb3e77ff79ac507d857442cbf4 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit 02dbabdc708a570612dc12c137ab2ead6da3aadf) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
93f8c8f3e6
commit
e8c857a6cc
@ -36,7 +36,6 @@ class QPlatformGraphicsBuffer;
|
|||||||
class QRhi;
|
class QRhi;
|
||||||
class QRhiTexture;
|
class QRhiTexture;
|
||||||
class QRhiResourceUpdateBatch;
|
class QRhiResourceUpdateBatch;
|
||||||
class QRhiSwapChain;
|
|
||||||
|
|
||||||
struct Q_GUI_EXPORT QPlatformBackingStoreRhiConfig
|
struct Q_GUI_EXPORT QPlatformBackingStoreRhiConfig
|
||||||
{
|
{
|
||||||
@ -174,7 +173,6 @@ public:
|
|||||||
|
|
||||||
void setRhiConfig(const QPlatformBackingStoreRhiConfig &config);
|
void setRhiConfig(const QPlatformBackingStoreRhiConfig &config);
|
||||||
QRhi *rhi() const;
|
QRhi *rhi() const;
|
||||||
QRhiSwapChain *rhiSwapChain() const;
|
|
||||||
void surfaceAboutToBeDestroyed();
|
void surfaceAboutToBeDestroyed();
|
||||||
void graphicsDeviceReportedLost();
|
void graphicsDeviceReportedLost();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user