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

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