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

QPrintDialog::setPrinter(), QPrintDialog::printer(), QPrintDialog::addButton should be documented as QT3 support member

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P4: Low
    • Some future release
    • 4.6.1
    • Documentation
    • None
    • Ubuntu, desktop

    Description

      From qt/src/gui/dialogs/qprintdialog.h

      From:
      #if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
      void setPrinter(QPrinter *, bool = false);
      QPrinter *printer() const;
      void addButton(QPushButton *button);
      #endif

      To:
      #if defined (Q_OS_UNIX) && defined (QT3_SUPPORT)
      QT3_SUPPORT void setPrinter(QPrinter *, bool = false);
      QT3_SUPPORT QPrinter *printer() const;
      QT3_SUPPORT void addButton(QPushButton *button);
      #endif

      Attachments

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

        Activity

          People

            docteam Qt Documentation Team
            jakobulf Ulf Jakobsson (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