From 0e06e47a0b37c3741a9501980e743530aab538d0 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 23 Jan 2012 11:04:24 +0100 Subject: [PATCH] Remove dependencies on removed "TEXTSTREAM" option (f65a10b733) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If7d6ca7af8eb305bd127776a35223d50c1fb4f04 Reviewed-by: Tasuku Suzuki Reviewed-by: João Abecasis --- src/corelib/global/qfeatures.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt index 4eae2f50ec2..c7c230ca42e 100644 --- a/src/corelib/global/qfeatures.txt +++ b/src/corelib/global/qfeatures.txt @@ -858,7 +858,7 @@ SeeAlso: ??? Feature: IMAGEFORMAT_XPM Description: Supports the X11 Pixmap image file format. Section: Images -Requires: TEXTSTREAM +Requires: Name: XPM Image Format SeeAlso: ??? @@ -917,7 +917,7 @@ SeeAlso: ??? Feature: PRINTER Description: Supports printing Section: Painting -Requires: TEXTSTREAM PICTURE TEMPORARYFILE +Requires: PICTURE TEMPORARYFILE Name: QPrinter SeeAlso: ??? @@ -1037,7 +1037,7 @@ SeeAlso: ??? Feature: HOSTINFO Description: Supports host name lookups. Section: Networking -Requires: TEXTSTREAM +Requires: Name: QHostInfo SeeAlso: ???