[poppler] qt4/src

Pino Toscano pino at kemper.freedesktop.org
Thu Feb 28 06:13:18 PST 2008


 qt4/src/poppler-optcontent.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4882d7a118b93fdb5c441d70757e485be7ee25d7
Author: Pino Toscano <pino at kde.org>
Date:   Thu Feb 28 15:12:23 2008 +0100

    printf -> qDebug

diff --git a/qt4/src/poppler-optcontent.cc b/qt4/src/poppler-optcontent.cc
index 9f5894f..7e9cf7d 100644
--- a/qt4/src/poppler-optcontent.cc
+++ b/qt4/src/poppler-optcontent.cc
@@ -201,7 +201,7 @@ namespace Poppler
 	    addChild( parentNode, ocItem );
 	    lastItem = ocItem;
 	  } else {
-	    printf("couldn't find group for object %i\n", item.getRefNum());
+            qDebug() << "could not find group for object" << item.getRefNum();
 	  }
 	}
 	item.free();


More information about the poppler mailing list