Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-127526

onAboutToQuit() not work correctly

    XMLWordPrintable

Details

    • Android

    Description

      Steps to Reproduce

      1. Write the following source code in main.qml and start the application.
      2. Quit the application
      3. onAboutToQuit() does not work
      Connections {
        target: Application
        function onAboutToQuit() {
          console.log("onAboutToQuit")
        }
      } 

      Request

      • We want onAboutToQuit() to be fixed to work correctly

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtandroidteam Qt Android Team
            dfree Atsushi Nakanishi
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes