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

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

XMLWordPrintable

    • eab6700ec0f637fd79a5dd1cb541ee6426a699d6

      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;
      }
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes