Skip to content
Snippets Groups Projects
Commit 0e22aee9 authored by Marina Bertolino's avatar Marina Bertolino
Browse files

Revert "BUG: mantis 1422: fix stack size for macx"

This reverts commit 02cb5268.
parent 02cb5268
Branches
Tags
No related merge requests found
......@@ -166,13 +166,6 @@ QtWidgetModel
// launch the output image writing
AppliThread * taskAppli = new AppliThread( m_Application );
#ifdef __APPLE__
/* bug mantis 1422 :
X Mb *1024*1024 (bytes)
X = 9 to get 9M stacksize!
*/
taskAppli->setStackSize(static_cast<uint>(9*1024*1024));
#endif
QObject::connect(
taskAppli,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment