Qt 4.8
Public Functions | List of all members
QDeclarativeDebuggingEnabler Struct Reference

#include <qdeclarativedebug.h>

Public Functions

 QDeclarativeDebuggingEnabler ()
 

Detailed Description

Definition at line 53 of file qdeclarativedebug.h.

Constructors and Destructors

◆ QDeclarativeDebuggingEnabler()

QDeclarativeDebuggingEnabler::QDeclarativeDebuggingEnabler ( )

Definition at line 1118 of file qdeclarativeengine.cpp.

1119 {
1120 #ifndef QDECLARATIVE_NO_DEBUG_PROTOCOL
1122  qDebug("Qml debugging is enabled. Only use this in a safe environment!");
1123  }
1125 #endif
1126 }
Q_CORE_EXPORT void qDebug(const char *,...)

The documentation for this struct was generated from the following files: