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

assistant does not build with QT_NO_PRINTER

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • 4.8.x
    • Tools: Assistant
    • None
    • 8cf4dc81889b58309c7a464bbe21a1c5742cf099

    Description

      The file tools/assistant/tools/assistant/mainwindow.cpp contains a line

      m_printAction->setVisible(false);
      

      in a QT_NO_PRINTER ifdef. It probably needs to be

      GlobalActions::instance()->printAction()->setVisible(false);
      

      Attachments

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

        Activity

          People

            heimrich Karsten Heimrich
            ckamm Christian Kamm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes