From ebf9d99b94239a365b112d09e29f449ee5c5d62d Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 12 Jul 2011 16:17:31 +0000 Subject: $escape should not throw an error on empty strings (+ small compilation fix) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5897 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/KvsObject_pixmap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects') diff --git a/src/modules/objects/KvsObject_pixmap.cpp b/src/modules/objects/KvsObject_pixmap.cpp index 65f091c50..9f858686a 100644 --- a/src/modules/objects/KvsObject_pixmap.cpp +++ b/src/modules/objects/KvsObject_pixmap.cpp @@ -315,8 +315,8 @@ KVSO_CLASS_FUNCTION(pixmap,pixel) c->error(__tr2qs_ctx("The pixmap is null","objects")); return false; } else if(m_currentType==Pixmap) { - qDebug("mpimage %i",m_pImage); - qDebug("pixmap %i %i",m_pPixmap->width(),m_pPixmap->height()); +// qDebug("mpimage %i",m_pImage); +// qDebug("pixmap %i %i",m_pPixmap->width(),m_pPixmap->height()); if(m_pImage) delete m_pImage; else m_pImage = new QImage(); -- cgit v1.3.1-10-gc9f91