summaryrefslogtreecommitdiff
path: root/dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch')
-rw-r--r--dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch b/dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch
deleted file mode 100644
index 1cf70275f634..000000000000
--- a/dev-qt/assistant/files/assistant-4.8.2+gcc-4.7.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- tools/assistant/tools/assistant/mainwindow.cpp 2012-06-27 03:02:37.539564947 +0200
-+++ tools/assistant/tools/assistant/mainwindow.cpp 2012-06-27 03:03:18.843561620 +0200
-@@ -944,8 +944,7 @@ void MainWindow::updateApplicationFont()
- if (helpEngine.usesAppFont())
- font = helpEngine.appFont();
-
-- const QWidgetList &widgets = qApp->allWidgets();
-- foreach (QWidget* widget, widgets)
-+ foreach (QWidget* widget, QApplication::allWidgets())
- widget->setFont(font);
- }
-