imageobj.cpp
changeset 349 52d670355a7b
parent 0 7a96bd401351
child 366 e95081c21da2
     1.1 --- a/imageobj.cpp	Sun Jan 30 12:58:47 2005 +0000
     1.2 +++ b/imageobj.cpp	Fri Jun 02 15:35:25 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  	}