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

Q_WS_WINS and Q_OS_WIN

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • Build tools: qmake
    • None

      More consistent usage of Q_WS_WIN and Q_OS_WIN. For example at qtemporaryfile.cpp line 328 usage of fileHandle is guarded with Q_OS_WIN, however, in qfsfileengine_p.h the declaration of fileHandle is guarded with Q_WS_WIN.

      I know this is not a bug since official release of Qt for windows declared both Q_WS_WIN and Q_OS_WIN. However, in my case where I am using Q_OS_WIN with Q_WS_QWS this is disturbing.

      Thanks,
      Thorvaldur

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

            stormols Marius Storm-Olsen
            jochumsson Thorvaldur Jochumsson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes