Qt 4.8
Macros | Functions
qeglproperties_stub.cpp File Reference
#include <QtCore/qdebug.h>
#include <QtCore/qstringlist.h>
#include "qeglproperties_p.h"
#include "qeglcontext_p.h"

Go to the source code of this file.

Macros

#define NOEGL   noegl(__FUNCTION__);
 

Functions

static void addTag (QString &str, const QString &tag)
 
static void noegl (const char *fn)
 

Macro Definition Documentation

◆ NOEGL

#define NOEGL   noegl(__FUNCTION__);

Definition at line 55 of file qeglproperties_stub.cpp.

Referenced by addTag().

Function Documentation

◆ addTag()

static void addTag ( QString str,
const QString tag 
)
static

Definition at line 126 of file qeglproperties_stub.cpp.

127 {
128  Q_UNUSED(str)
129  Q_UNUSED(tag)
130  NOEGL
131 }
#define NOEGL
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ noegl()

static void noegl ( const char *  fn)
static

Definition at line 50 of file qeglproperties_stub.cpp.

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