// Copyright (C) 2013 Klaralvdalens Datakonsult AB (KDAB) // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 /*************************************************************************** ** This file was generated by glgen version 0.1 ** Command line was: glgen ** ** glgen is Copyright (C) 2012 Klaralvdalens Datakonsult AB (KDAB) ** ** This is an auto-generated file. ** Do not edit! All changes made to it will be lost. ** ****************************************************************************/ #ifndef QOPENGLVERSIONFUNCTIONFACTORY_P_H #define QOPENGLVERSIONFUNCTIONFACTORY_P_H #ifndef QT_NO_OPENGL #include #include QT_BEGIN_NAMESPACE class QAbstractOpenGLFunctions; class QOpenGLVersionFunctionsFactory { public: static QAbstractOpenGLFunctions *create(const QOpenGLVersionProfile &versionProfile); }; QT_END_NAMESPACE #endif // QT_NO_OPENGL #endif