exports.cpp
branchqt4-port
changeset 18 70c41284cb48
parent 16 41c3d7f9f532
child 19 caba269c3757
     1.1 --- a/exports.cpp	Wed Aug 30 12:16:25 2006 +0000
     1.2 +++ b/exports.cpp	Thu Aug 31 11:55:33 2006 +0000
     1.3 @@ -120,7 +120,6 @@
     1.4  	QFile file (outputFile);
     1.5  	if ( !file.open( QIODevice::WriteOnly ) )
     1.6  	{
     1.7 -		// FIXME experimental, testing
     1.8  		qWarning ("ExportBase::exportXML  couldn't open "+outputFile);
     1.9  		return;
    1.10  	}