Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.10.1
-
None
Description
To reproduce, put a breakpoint on the qDebug call in following code, then run in debugger:
#include <QApplication> #include <QImage> #include <QClipboard> int main(int argc, char** argv) { QApplication app(argc, argv); app.clipboard()->setImage(QImage(32,32,QImage::Format_ARGB32)); qDebug("breakpoint on this line"); }
Attachments
Issue Links
- relates to
-
QTBUG-67729 Qt Creator clipboard-related hang on Macintosh
- Closed
Gerrit Reviews
For Gerrit Dashboard: QTBUG-67822 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
226377,2 | QmlDesigner: Do not access clipboard if not requested to by user | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |