<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Reading kml files with png files included. is it supported?</TITLE>
<META content="text/html; charset=ISO-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19394">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff text=#000000>
<DIV><FONT size=2 face=Arial>Hello Thibaut,</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>you made a change to FileManager:</FONT></DIV>
<DIV><FONT size=2 
face=Arial>******************************************************************************************</FONT></DIV>
<DIV><FONT size=2 face=Arial>FileManager: simplify API<BR>    
<BR>    The goal is that:<BR>    - FileManager 
takes responsibility of the given fileName "key".<BR>    - 
FileLoader does search for an actual file on disk and launches 
parsing<BR>    - GeoDataDocument knows of the actual file (and 
path) on disk.</FONT></DIV>
<DIV><FONT size=2 
face=Arial>********************************************************************************************</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>I have a question about your 
modifications:</FONT></DIV>
<DIV><FONT size=2 face=Arial>From FileManager::appendLoader(..) you removed this 
signal/slot connection:</FONT></DIV>
<DIV><FONT size=2>
<P>connect( loader, </FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>SIGNAL</FONT></FONT><FONT size=2>( newGeoDataDocumentAdded( 
GeoDataDocument* ) ),<BR></FONT><FONT color=#0000ff size=2><FONT color=#0000ff 
size=2>this</FONT></FONT><FONT size=2>, </FONT><FONT color=#0000ff size=2><FONT 
color=#0000ff size=2>SLOT</FONT></FONT><FONT size=2>( addGeoDataDocument( 
GeoDataDocument* ) ) );</P></FONT></DIV>
<DIV><FONT size=2 face=Arial>Additional you removed the 
FileManager::addGeoDataDocument(...) slot.</FONT></DIV>
<DIV><FONT size=2 face=Arial>But in FileLoader::run() , the FileLoader emits 
the signal newGeoDataDocumentAdded() ,</FONT></DIV>
<DIV><FONT size=2 face=Arial>which now is not connected to any other 
slot.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>In my app is need this signal/slot 
connection when loading kml files, is there a special 
reason</FONT></DIV>
<DIV><FONT size=2 face=Arial>for removing this ?</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>br, konrad</FONT></DIV></BODY></HTML>