Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-29350

Conflict Definitions of HB_FontRec

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.0.2, 5.1.0
    • 5.0.0
    • GUI: Font handling
    • None
    • 0194fa135b1d84a8c8d70ed8a0ff46eef0289fb7

    Description

      There are two definitions of HB_FontRec, one is a struct, one is a void * pointer. It makes this type different sizes while compiling different components. especially, the opengl paint engine will use it as a void * pointer, while the gui lib uses as a struct. it will be error at run-time font rendering on opengl. I attach a patch here for review.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ritt.ks Konstantin Ritt
            pluswave Zhang Zengbo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes