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

Application will get crash if Ctrl+C is pressed in message box

    XMLWordPrintable

Details

    • eab6700ec0f637fd79a5dd1cb541ee6426a699d6

    Description

      Application will get crash if Ctrl+C is pressed in message box.

      src:

      #include <QApplication>
      #include <QMessageBox>
      
      int main(int argc, char *argv[])
      {
          QApplication app(argc, argv);
          QMessageBox::information(0, "QMessageBox", "My message");
      	return 0;
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              kkohne Kai Köhne
              maxshdr Maxim Shaydurov
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes