Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/dialogs/qprintdialog_unix.cpp

    r762 r769  
    155155    void setupPrinter();
    156156    void setOptionsPane(QPrintDialogPrivate *pane);
     157
     158
     159
    157160
    158161// slots
     
    970973void QUnixPrintWidgetPrivate::_q_btnPropertiesClicked()
    971974{
    972     if (propertiesDialog == 0) {
     975    if () {
    973976        propertiesDialog = new QPrintPropertiesDialog(q);
    974977        propertiesDialog->setResult(QDialog::Rejected);
     
    989992    propertiesDialog->exec();
    990993}
     994
     995
     996
     997
     998
     999
     1000
     1001
     1002
     1003
     1004
     1005
     1006
     1007
     1008
     1009
     1010
     1011
     1012
     1013
     1014
     1015
     1016
     1017
     1018
     1019
     1020
     1021
     1022
    9911023
    9921024void QUnixPrintWidgetPrivate::setupPrinter()
     
    10181050    if (propertiesDialog && propertiesDialog->result() == QDialog::Accepted)
    10191051        propertiesDialog->setupPrinter();
     1052
     1053
     1054
     1055
    10201056}
    10211057
Note: See TracChangeset for help on using the changeset viewer.