Blame SOURCES/qt-everywhere-opensource-src-4.8.2--assistant-crash.patch

01fa84
diff -up qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp.me qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp
01fa84
--- qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp.me	2012-06-19 12:52:22.740180410 +0200
01fa84
+++ qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp	2012-06-19 12:52:51.953194103 +0200
01fa84
@@ -944,8 +944,7 @@ void MainWindow::updateApplicationFont()
01fa84
     if (helpEngine.usesAppFont())
01fa84
         font = helpEngine.appFont();
01fa84
 
01fa84
-    const QWidgetList &widgets = qApp->allWidgets();
01fa84
-    foreach (QWidget* widget, widgets)
01fa84
+    foreach (QWidget* widget, QApplication::allWidgets())
01fa84
         widget->setFont(font);
01fa84
 }
01fa84