Results 1 to 5 of 5

Thread: QNetworkAccessManager.get(QNetworkRequest) not working.. :(

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QNetworkAccessManager.get(QNetworkRequest) not working.. :(

    In main() it succeed because the manager keeps alive. In your further code it gets destroyed right after it was created. Make yourself familiar with the lifetime of objects and with stack/heap allocation.

  2. The following user says thank you to Lykurg for this useful post:

    matthieunc (28th July 2011)

Similar Threads

  1. QNetworkRequest Proxy
    By Ricardo_arg in forum Qt Programming
    Replies: 2
    Last Post: 12th April 2011, 18:50
  2. QNetworkRequest atribute
    By mero in forum Qt Programming
    Replies: 23
    Last Post: 12th March 2011, 23:02
  3. Replies: 0
    Last Post: 21st December 2009, 05:04
  4. QNetworkAccessManager::head not working
    By jonks in forum Qt Programming
    Replies: 4
    Last Post: 21st October 2009, 22:23
  5. Replies: 5
    Last Post: 20th January 2009, 14:11

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.