Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 564922
Collapse All | Expand All

(-)src/layouts/qquicklayout_p.h.old (-1 / +1 lines)
Lines 45-51 Link Here
45
#if 0 && !defined(QT_NO_DEBUG) && !defined(QT_NO_DEBUG_OUTPUT)
45
#if 0 && !defined(QT_NO_DEBUG) && !defined(QT_NO_DEBUG_OUTPUT)
46
# define quickLayoutDebug QMessageLogger(__FILE__, __LINE__, Q_FUNC_INFO).debug
46
# define quickLayoutDebug QMessageLogger(__FILE__, __LINE__, Q_FUNC_INFO).debug
47
#else
47
#else
48
# define quickLayoutDebug QT_NO_QWARNING_MACRO
48
# define quickLayoutDebug QT_NO_QDEBUG_MACRO
49
#endif
49
#endif
50
50
51
class QQuickLayoutPrivate;
51
class QQuickLayoutPrivate;

Return to bug 564922