exports.cpp
branchqt4-port
changeset 19 caba269c3757
parent 18 70c41284cb48
     1.1 --- a/exports.cpp	Thu Aug 31 11:55:33 2006 +0000
     1.2 +++ b/exports.cpp	Thu Aug 31 12:51:20 2006 +0000
     1.3 @@ -20,7 +20,10 @@
     1.4  {
     1.5  	indentPerDepth="  ";
     1.6  	// Create tmpdir
     1.7 -	tmpDir.setPath (makeUniqueDir("/tmp/vym-XXXXXX"));
     1.8 +	// FIXME not neededtmpDir.setPath (makeUniqueDir("/tmp/vym-XXXXXX"));
     1.9 +	if (!tmpDir.cd ("tmp"))
    1.10 +		qWarning ("Could not access temporary directory for export");
    1.11 +		// FIXME there's more needed here...
    1.12  }
    1.13  
    1.14  ExportBase::~ExportBase()