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

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

XMLWordPrintable

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

      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

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

            docteam Qt Documentation Team
            jakobulf Ulf Jakobsson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes