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

Crash when the application terminates

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.0
    • 5.4.0 Beta
    • None
    • OS X 10.10

    Description

      Run this code and press Command+Q.

      import QtQuick 2.3
      import QtQuick.Controls 1.2
      import QtQuick.Window 2.2
      
      ApplicationWindow {
          Window {
              id: window
          }
          onClosing: {
              close.accepted = false;
              window.show();
          }
      }
      

      Attachments

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

        Activity

          People

            tpochep Timur Pocheptsov
            sqq S.Gold
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes