Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-5848 Make Qt for Symbian build with RVCT4
  3. QTBUG-5954

Compiler-generated functions are not generated "inline" in other modules

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Invalid
    • P2: Important
    • 4.7.1
    • None
    • None

    Description

      Some functions (QEvent for example) rely on the compiler to generate the usual destructor, copy constructor, etc. It seems that in these cases, when the class it used in another DLL, RVCT4 is not generating these functions "inline" (technically it doesn't have to be inline, it just has to be in the DLL that is being compiled, as they're not exported from the DLL that contains the rest of the class definition).

      Attachments

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

        Activity

          People

            iacampbe Iain (Inactive)
            iacampbe Iain (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes