~gerboland/qtubuntu/enable-debug-mode

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/glcontext.h

  • Committer: Gerry Boland
  • Date: 2016-04-12 13:10:43 UTC
  • mfrom: (280.2.34 enable-debug-mode)
  • Revision ID: gerry.boland@canonical.com-20160412131043-t14zmcbheuxclmhr
Merge lp:~dandrader/qtubuntu/enable-debug-mode, he kindly fixed merging this with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    bool makeCurrent(QPlatformSurface* surface) override;
33
33
    void doneCurrent() override;
34
34
    bool isValid() const override { return mEglContext != EGL_NO_CONTEXT; }
35
 
    void (*getProcAddress(const QByteArray& procName)) ();
 
35
    void (*getProcAddress(const QByteArray& procName)) () override;
36
36
 
37
37
    EGLContext eglContext() const { return mEglContext; }
38
38