Results 1 to 20 of 21

Thread: Add "Check for updates" feature

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #18
    Join Date
    Jul 2007
    Posts
    56
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Question Re: Add "Check for updates" feature

    Did you ever find a solution for this double "requestFinished" signal being sent? I'm having the same problem. I'm closing the temporary file I use to download the page when I get the first "requestFinished" signal, but then sometimes I get another "requestFinished" signal with the same id and error=0.

    This causes the application to crash - I presume because I'm deleting the temporary file used in the Qhttp get().

    I'm using Qt 4.3.4 on Windows.

    It also seems that if I don't display a dialog to the user when I get the "requestFinished" signal then this doesn't happen. So maybe Qt is sending another signal if the first one is blocked by the dialog being shown?
    Last edited by will49; 18th September 2008 at 22:25.

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.