diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-02-16 08:38:23 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-03-02 08:24:23 (GMT) |
commit | 56d32b57814cb35409bc9b0076ec753de488ae7f (patch) | |
tree | 34c96cff78ea5cbfb128a72c2b9a86bf2e63a86b /src/gui/egl/qeglproperties.cpp | |
parent | b2b9dc03fc01a8387e74591642fa15b272845e2b (diff) | |
download | Qt-56d32b57814cb35409bc9b0076ec753de488ae7f.zip Qt-56d32b57814cb35409bc9b0076ec753de488ae7f.tar.gz Qt-56d32b57814cb35409bc9b0076ec753de488ae7f.tar.bz2 |
Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h
This puts the QEgl namespace in a single file which can be used by
both qeglcontext and qeglproperties. Files which need QEglContext
should now include qeglcontext_p.h.
Reviewed-By: Aleksandar Sasha Babic
Diffstat (limited to 'src/gui/egl/qeglproperties.cpp')
-rw-r--r-- | src/gui/egl/qeglproperties.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/egl/qeglproperties.cpp b/src/gui/egl/qeglproperties.cpp index 236ec37..b83ae4e 100644 --- a/src/gui/egl/qeglproperties.cpp +++ b/src/gui/egl/qeglproperties.cpp @@ -46,7 +46,8 @@ QT_BEGIN_NAMESPACE #include <QtCore/qdebug.h> #include <QtCore/qstringlist.h> -#include "qegl_p.h" +#include "qeglproperties_p.h" +#include "qeglcontext_p.h" // Initialize a property block. |