Thread
:
What do the .desktop files actually do?
View Single Post
attila77
2011-02-23 , 00:32
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#
14
A few notes:
I would suggest using
http://doc.qt.nokia.com/4.7/qtemporaryfile.html
for temporary files, it works across platforms (and avoids access issues like above) and cleans up after itself. The other suggestion is to cut down on having separate QNetworkAccessManagers. Ideally, you should have only one of those per process.
__________________
Blogging about mobile linux -
The Penguin Moves!
Maintainer of
PyQt
(
see introduction
and
docs
),
AppWatch
,
QuickBrownFox
, etc
Quote & Reply
|
The Following 2 Users Say Thank You to attila77 For This Useful Post:
Helmuth
,
nicolai
attila77
View Public Profile
Send a private message to attila77
Find all posts by attila77