]> git.pld-linux.org Git - packages/qt4.git/blame - fix-crash-in-assistant.patch
- really disable openvg
[packages/qt4.git] / fix-crash-in-assistant.patch
CommitLineData
a3ed32b9
AM
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.037235 seconds and 4 git commands to generate.