Qt 4.8
Macros | Functions
qegl_stub.cpp File Reference
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpixmap.h>
#include <QtGui/qwidget.h>
#include <QtCore/qdebug.h>
#include "qegl_p.h"
#include "qeglcontext_p.h"

Go to the source code of this file.

Macros

#define NOEGL   noegl(__FUNCTION__);
 

Functions

static void noegl (const char *fn)
 

Macro Definition Documentation

◆ NOEGL

#define NOEGL   noegl(__FUNCTION__);

Definition at line 58 of file qegl_stub.cpp.

Function Documentation

◆ noegl()

static void noegl ( const char *  fn)
static

Definition at line 53 of file qegl_stub.cpp.

54 {
55  qWarning() << fn << " called, but Qt configured without EGL" << endl;
56 }
QTextStream & endl(QTextStream &stream)
Writes &#39; &#39; to the stream and flushes the stream.
Q_CORE_EXPORT void qWarning(const char *,...)