diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-08-06 13:26:21 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-08-21 10:55:19 (GMT) |
commit | 07b0bf308e65786c3d72de55b30590c3e8e3133c (patch) | |
tree | 22048f2251fd878a148e06ee02fdc73f48fe3a00 /src/gui/egl/qeglproperties_p.h | |
parent | fb2296e84379b03176a52527ec956cd9b34dc058 (diff) | |
download | Qt-07b0bf308e65786c3d72de55b30590c3e8e3133c.zip Qt-07b0bf308e65786c3d72de55b30590c3e8e3133c.tar.gz Qt-07b0bf308e65786c3d72de55b30590c3e8e3133c.tar.bz2 |
Add a static QEglProperties::dumpAllConfigs()
This is private API
Reviewed-By: Trustme
Diffstat (limited to 'src/gui/egl/qeglproperties_p.h')
-rw-r--r-- | src/gui/egl/qeglproperties_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/egl/qeglproperties_p.h b/src/gui/egl/qeglproperties_p.h index 4ef3814..383a873 100644 --- a/src/gui/egl/qeglproperties_p.h +++ b/src/gui/egl/qeglproperties_p.h @@ -130,6 +130,8 @@ public: QString toString() const; + static void dumpAllConfigs(); + private: QVarLengthArray<int> props; }; |