Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.0.1, 5.0.2, 5.1.0 Beta 1
-
None
-
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
- is required for
-
QTBUG-31105 Qt 5.1 RC1 release tasks
- Closed
For Gerrit Dashboard: QTBUG-31635 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
58634,1 | Fix crash for pressing Ctrl+C in a message box | release | qt/qtbase | Status: MERGED | +2 | 0 |