[Webkit-unassigned] [Bug 44124] New: [Qt] [Symbian] Consistently use Q_OS_SYMBIAN to guard all Symbian platform dependencies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 12:39:09 PDT 2010


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

           Summary: [Qt] [Symbian] Consistently use Q_OS_SYMBIAN to guard
                    all Symbian platform dependencies
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


Q_WS_S60 is not going to be defined for Symbian^4 devices as Q_WS_S60 used to guard Avkon UI framework dependencies (see http://doc.qt.nokia.com/4.7-snapshot/qtglobal.html#Q_WS_S60). Going trough all the usage of Q_WS_S60 in WebKit I have found that all of them really should have been Q_OS_SYMBIAN.

Patch will follow.

-- 
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