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

QWindowsClipboard is not ready to compile against Q_OS_WINCE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 5.2.1
    • Core: Plugins
    • None

    Description

      QWindowsClipboard.cpp is actually not ready to compile against Q_OS_WINCE. The reason for that is: propagateClipbardMessag (Ln 195) uses QWindowsContext::user32dll. QWindowsContext::user32dll is deactivated with "#ifndef Q_OS_WINCE" and therefore cannot be used. "#ifndef Q_OS_WINCE" is missing in QWindowsClipboard.cpp (Ln 200)

      Attachments

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

        Activity

          People

            aholza Andreas Holzammer
            pkuebler Peter Kuebler
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes