]> git.pld-linux.org Git - packages/qt4.git/blob - qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
rebuild with openssl 3.0.0
[packages/qt4.git] / qt-everywhere-opensource-src-4.8.2--assistant-crash.patch
1 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
2 --- qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp.me        2012-06-19 12:52:22.740180410 +0200
3 +++ qt-everywhere-opensource-src-4.8.2/tools/assistant/tools/assistant/mainwindow.cpp   2012-06-19 12:52:51.953194103 +0200
4 @@ -944,8 +944,7 @@ void MainWindow::updateApplicationFont()
5      if (helpEngine.usesAppFont())
6          font = helpEngine.appFont();
7  
8 -    const QWidgetList &widgets = qApp->allWidgets();
9 -    foreach (QWidget* widget, widgets)
10 +    foreach (QWidget* widget, QApplication::allWidgets())
11          widget->setFont(font);
12  }
13  
This page took 0.026195 seconds and 3 git commands to generate.