ifdef most of the debugging output

This commit is contained in:
zack@kde.org
2004-11-29 00:37:59 +00:00
parent bb999d73f2
commit aa183f038b
2 changed files with 58 additions and 24 deletions

View File

@@ -60,8 +60,10 @@ QWidget*
nsWindow::createQWidget(QWidget *parent, nsWidgetInitData *aInitData)
{
Qt::WFlags flags = Qt::WNoAutoErase|Qt::WStaticContents;
#ifdef DEBUG_WIDGETS
qDebug("NEW WIDGET\n\tparent is %p (%s)", (void*)parent,
parent ? parent->name() : "null");
#endif
// ok, create our windows
switch (mWindowType) {
case eWindowType_dialog: