[Webkit-unassigned] [Bug 36533] [Qt] Compilation error on Qt for Embedded Linux built with -qconfig small

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 09:31:03 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36533


Tasuku Suzuki <tasuku.suzuki at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51504|0                           |1
        is obsolete|                            |
  Attachment #51647|                            |review?, commit-queue?
               Flag|                            |




--- Comment #16 from Tasuku Suzuki <tasuku.suzuki at nokia.com>  2010-03-25 09:31:02 PST ---
Created an attachment (id=51647)
 --> (https://bugs.webkit.org/attachment.cgi?id=51647)
add #ifndef QT_NO_SETTINGS ~ #endif

> This seems specific to inspector settings. Why woudl it be called NO_SETTINGS? 
> I expected this to deal with Settings.h  Please explain what you're tryign to
> do in the ChangeLog.

We need to check if QSettings is available with the macro QT_NO_SETTINGS.
If QSettings is disabled by Qt, inspector should not get/set settings.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list