imageobj.cpp
changeset 355 ca0c7650fbe4
parent 0 7a96bd401351
child 366 e95081c21da2
     1.1 --- a/imageobj.cpp	Sun Jan 30 12:58:47 2005 +0000
     1.2 +++ b/imageobj.cpp	Wed Jun 21 07:35:32 2006 +0000
     1.3 @@ -39,7 +39,7 @@
     1.4  {
     1.5  	switch (type)
     1.6  	{
     1.7 -		case undef: qWarning("undef");break;
     1.8 +		case undef: qWarning("Warning: ImageObj::save() type=undef");break;
     1.9  		case qimage: image.save (fn,format,-1);break;
    1.10  		case qpixmap: pixmap.save (fn,format,-1);break;
    1.11  	}