Date: Wednesday, June 27, 2012 @ 02:32:45 Author: andrea Revision: 162528
upgpkg: qt 4.8.2-2 Added: qt/trunk/fix-assistant-crash.patch ---------------------------+ fix-assistant-crash.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) Added: fix-assistant-crash.patch =================================================================== --- fix-assistant-crash.patch (rev 0) +++ fix-assistant-crash.patch 2012-06-27 06:32:45 UTC (rev 162528) @@ -0,0 +1,12 @@ +--- qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp 2012-06-26 17:37:47.334536023 +0000 ++++ qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp~ 2012-06-26 17:37:08.531487286 +0000 +@@ -944,8 +944,7 @@ + if (helpEngine.usesAppFont()) + font = helpEngine.appFont(); + +- const QWidgetList &widgets = qApp->allWidgets(); +- foreach (QWidget* widget, widgets) ++ foreach (QWidget* widget, QApplication::allWidgets()) + widget->setFont(font); + } +
