Changeset 44ce58 for src/UIElements/Qt4/QtUIFactory.cpp
- Timestamp:
- Nov 12, 2023, 6:08:27 PM (2 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 6dde30
- Parents:
- 9a992a
- File:
-
- 1 edited
-
src/UIElements/Qt4/QtUIFactory.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/QtUIFactory.cpp
r9a992a r44ce58 65 65 testlauncher_thread(NULL) 66 66 { 67 67 /** Initialises XInitThreads before starting the QApplication. 68 * see https://forum.qt.io/topic/85774/qt-application-crash/6 69 * This causes the following issues when starting molecuildergui: 70 * ``` 71 * [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called 72 * [xcb] Aborting, sorry about that. 73 * ``` 74 */ 75 QApplication::setAttribute(Qt::AA_X11InitThreads); 68 76 // check whether we are in test mode 69 77 if ((_argc > 1) && (isTestMode(_argv[1]))) {
Note:
See TracChangeset
for help on using the changeset viewer.
