]> git.pld-linux.org Git - packages/qt4.git/blob - fix-crash-in-assistant.patch
add moc-boost-workaround.patch
[packages/qt4.git] / fix-crash-in-assistant.patch
1 --- qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp   2012-06-26 17:37:47.334536023 +0000
2 +++ qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp~  2012-06-26 17:37:08.531487286 +0000
3 @@ -944,8 +944,7 @@
4      if (helpEngine.usesAppFont())
5          font = helpEngine.appFont();
6
7 -    const QWidgetList &widgets = qApp->allWidgets();
8 -    foreach (QWidget* widget, widgets)
9 +    foreach (QWidget* widget, QApplication::allWidgets())
10          widget->setFont(font);
11  }
This page took 0.041965 seconds and 3 git commands to generate.