summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qgraphicsapifilter_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/qgraphicsapifilter_p.h')
-rw-r--r--src/render/materialsystem/qgraphicsapifilter_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/materialsystem/qgraphicsapifilter_p.h b/src/render/materialsystem/qgraphicsapifilter_p.h
index 435451c27..52c489785 100644
--- a/src/render/materialsystem/qgraphicsapifilter_p.h
+++ b/src/render/materialsystem/qgraphicsapifilter_p.h
@@ -70,6 +70,8 @@ struct Q_3DRENDERSHARED_PRIVATE_EXPORT GraphicsApiFilterData
QStringList m_extensions;
QString m_vendor;
+ QString toString() const;
+
bool operator ==(const GraphicsApiFilterData &other) const;
bool operator !=(const GraphicsApiFilterData &other) const;
bool operator <(const GraphicsApiFilterData &other) const;