Hi<br><br>I have a problem handling results of a querymaker. As seen in QueryHandler.cpp( <a href="http://paste.pocoo.org/show/245974/">http://paste.pocoo.org/show/245974/</a> )   and QueryHandler.h ( <a href="http://paste.pocoo.org/show/245973/">http://paste.pocoo.org/show/245973/</a> ), I have a QM obtained from the XmlQueryReader, and i need to run the Query that has been passed to it. Hence, I have connected the corresponding newResultReady(...) signals to handleResultReady(..) slots defined by me. But while running the code( getXmlResponse() ), the slot handleResultReady() never seems to be reached at all. I debugged the o/p - the SQL query set in the SqlQueryMaker ( which the reader uses i think) is perfect, i even checked it with the Script console, but somehow it never goes past the the qm-&gt;run() and the slots are never reached. Could anyone help me out with this issue, what could be amiss? <br>
<br>--<br>Varrun <br>IRC:__goo__<br>