QtNetwork/ what is the difference
Mobile and Embedded
2
Posts
2
Posters
1.1k
Views
1
Watching
-
wrote on 26 Mar 2013, 18:00 last edited by
Hello,
what is the difference between including
QFtp
and
QtNetwork/QFtp
?Both link to a one line file with #include "qftp.h"
which links to
QtSDK/Symbian/SDKs/Symbian1Qt473/include/QtNetwork/qftp.h"Here":http://www.qtfr.org/viewtopic.php?id=4127 it was explained to replace QtNetwork/QFtp with QFtp which helped for me, too. But what is the difference?
Thank you
-
The official story is that there is no difference. Writing just "QClass" is shorter and more portable (on very rare occasions some classes might change the module they belong to).
Less officially, you can use QtModule/QClass to avoid including the whole module in .pro file. Does not always work, but might. And is not really recommended.
1/2